public static class
EnqueueTPUEmbeddingIntegerBatch.Options
Optional attributes for EnqueueTPUEmbeddingIntegerBatch
Public Methods
EnqueueTPUEmbeddingIntegerBatch.Options |
deviceOrdinal(Long deviceOrdinal)
|
Inherited Methods
boolean |
equals(Object arg0)
|
final Class<?> |
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String |
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|
Public Methods
public EnqueueTPUEmbeddingIntegerBatch.Options deviceOrdinal (Long deviceOrdinal)
Parameters
deviceOrdinal | The TPU device to use. Should be >= 0 and less than the number of TPU cores in the task on which the node is placed. |
---|