Class RetrieveAllTPUEmbeddingParameters.Inputs
java.lang.Object
org.tensorflow.op.RawOpInputs<RetrieveAllTPUEmbeddingParameters>
org.tensorflow.op.tpu.RetrieveAllTPUEmbeddingParameters.Inputs
- Enclosing class:
RetrieveAllTPUEmbeddingParameters
public static class RetrieveAllTPUEmbeddingParameters.Inputs
extends RawOpInputs<RetrieveAllTPUEmbeddingParameters>
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal StringAn TPUEmbeddingConfiguration proto describing the table parameters being loaded, serialized to a string.final longNumber of shards into which the embedding tables are divided.final longIdentifier of shard for this operation. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class RawOpInputs
attributeMetadata, attributeNames, attributes, attributeValue, attributeValues, equals, getOutputs, hashCode, toString
-
Field Details
-
config
An TPUEmbeddingConfiguration proto describing the table parameters being loaded, serialized to a string. -
numShards
public final long numShardsNumber of shards into which the embedding tables are divided. -
shardId
public final long shardIdIdentifier of shard for this operation.
-
-
Constructor Details
-
Inputs
-