Class LoadAllTPUEmbeddingParameters.Inputs
java.lang.Object
org.tensorflow.op.RawOpInputs<LoadAllTPUEmbeddingParameters>
org.tensorflow.op.tpu.LoadAllTPUEmbeddingParameters.Inputs
- Enclosing class:
LoadAllTPUEmbeddingParameters
public static class LoadAllTPUEmbeddingParameters.Inputs
extends RawOpInputs<LoadAllTPUEmbeddingParameters>
-
Field Summary
FieldsModifier and TypeFieldDescriptionA list of tensors, one for each embedding table, containing the initial values of the first auxiliary optimization parameter to use in embedding training loop updates.A list of tensors, one for each embedding table, containing the initial values of the second auxiliary optimization parameter to use in embedding training loop updates.A list of tensors, one for each embedding table, containing the initial values of the third auxiliary optimization parameter to use in embedding training loop updates.A list of tensors, one for each embedding table, containing the initial values of the second auxiliary optimization parameter to use in embedding training loop updates.A list of tensors, one for each embedding table, containing the initial values of the third auxiliary optimization parameter to use in embedding training loop updates.A list of tensors, one for each embedding table, containing the initial values of the second auxiliary optimization parameter to use in embedding training loop updates.A list of tensors, one for each embedding table, containing the initial values of the third auxiliary optimization parameter to use in embedding training loop updates.final StringAn TPUEmbeddingConfiguration proto describing the table parameters being loaded, serialized to a string.final longNumber of shards into which the embedding tables are divided.A list of tensors, one for each embedding table, containing the initial embedding table parameters to use in embedding lookups.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
-
parameters
-
auxiliary1
A list of tensors, one for each embedding table, containing the initial values of the first auxiliary optimization parameter to use in embedding training loop updates. The shape of each entry is ignored (and thus can be empty) for those tables whose optimization algorithms do not have at least one auxiliary parameter. -
auxiliary2
A list of tensors, one for each embedding table, containing the initial values of the second auxiliary optimization parameter to use in embedding training loop updates. The shape of each entry is ignored (and thus can be empty) for those tables whose optimization algorithms do not have at least two auxiliary -
auxiliary3
A list of tensors, one for each embedding table, containing the initial values of the third auxiliary optimization parameter to use in embedding training loop updates. The shape of each entry is ignored (and thus can be empty) for those tables whose optimization algorithms do not have three auxiliary parameters. -
auxiliary4
A list of tensors, one for each embedding table, containing the initial values of the second auxiliary optimization parameter to use in embedding training loop updates. The shape of each entry is ignored (and thus can be empty) for those tables whose optimization algorithms do not have at least four auxiliary -
auxiliary5
A list of tensors, one for each embedding table, containing the initial values of the third auxiliary optimization parameter to use in embedding training loop updates. The shape of each entry is ignored (and thus can be empty) for those tables whose optimization algorithms do not have five auxiliary parameters. -
auxiliary6
A list of tensors, one for each embedding table, containing the initial values of the second auxiliary optimization parameter to use in embedding training loop updates. The shape of each entry is ignored (and thus can be empty) for those tables whose optimization algorithms do not have at least six auxiliary -
auxiliary7
A list of tensors, one for each embedding table, containing the initial values of the third auxiliary optimization parameter to use in embedding training loop updates. The shape of each entry is ignored (and thus can be empty) for those tables whose optimization algorithms do not have sevan auxiliary parameters. -
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
-