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, toStringModifier and TypeMethodDescriptionattributeMetadata(String name) Get the metadata for an attributeGet the names of this op's attributesGet an inspector for the operation's attributes.attributeValue(String name) Get the value of an attribute as anAttrValueproto.Get all attribute value protosfinal booleanThe outputs of this operation.final inthashCode()final StringtoString()
-
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
-