Class LoadTPUEmbeddingProximalAdagradParameters
java.lang.Object
org.tensorflow.op.RawOp
org.tensorflow.op.tpu.LoadTPUEmbeddingProximalAdagradParameters
- All Implemented Interfaces:
Op
Load proximal Adagrad embedding parameters.
An op that loads optimization parameters into HBM for embedding. Must be
preceded by a ConfigureTPUEmbeddingHost op that sets up the correct
embedding table configuration. For example, this op is used to install
parameters that are loaded from a checkpoint before a training loop is
executed.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classOptional attributes forLoadTPUEmbeddingProximalAdagradParameters -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe name of this op, as known by TensorFlow core engine -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the config option.create(Scope scope, Operand<TFloat32> parameters, Operand<TFloat32> accumulators, Long numShards, Long shardId, LoadTPUEmbeddingProximalAdagradParameters.Options... options) Factory method to create a class wrapping a new LoadTPUEmbeddingProximalAdagradParameters operation.Sets the tableId option.Sets the tableName option.
-
Field Details
-
OP_NAME
The name of this op, as known by TensorFlow core engine- See Also:
-
-
Constructor Details
-
LoadTPUEmbeddingProximalAdagradParameters
-
-
Method Details
-
create
@Endpoint(describeByClass=true) public static LoadTPUEmbeddingProximalAdagradParameters create(Scope scope, Operand<TFloat32> parameters, Operand<TFloat32> accumulators, Long numShards, Long shardId, LoadTPUEmbeddingProximalAdagradParameters.Options... options) Factory method to create a class wrapping a new LoadTPUEmbeddingProximalAdagradParameters operation.- Parameters:
scope- current scopeparameters- Value of parameters used in the proximal Adagrad optimization algorithm.accumulators- Value of accumulators used in the proximal Adagrad optimization algorithm.numShards- The value of the numShards attributeshardId- The value of the shardId attributeoptions- carries optional attribute values- Returns:
- a new instance of LoadTPUEmbeddingProximalAdagradParameters
-
tableId
Sets the tableId option.- Parameters:
tableId- the tableId option- Returns:
- this Options instance.
-
tableName
Sets the tableName option.- Parameters:
tableName- the tableName option- Returns:
- this Options instance.
-
config
Sets the config option.- Parameters:
config- the config option- Returns:
- this Options instance.
-