Class LoadTPUEmbeddingCenteredRMSPropParameters
java.lang.Object
org.tensorflow.op.RawOp
org.tensorflow.op.tpu.LoadTPUEmbeddingCenteredRMSPropParameters
- All Implemented Interfaces:
Op
Load centered RMSProp 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 forLoadTPUEmbeddingCenteredRMSPropParameters -
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> ms, Operand<TFloat32> mom, Operand<TFloat32> mg, Long numShards, Long shardId, LoadTPUEmbeddingCenteredRMSPropParameters.Options... options) Factory method to create a class wrapping a new LoadTPUEmbeddingCenteredRMSPropParameters 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
-
LoadTPUEmbeddingCenteredRMSPropParameters
-
-
Method Details
-
create
@Endpoint(describeByClass=true) public static LoadTPUEmbeddingCenteredRMSPropParameters create(Scope scope, Operand<TFloat32> parameters, Operand<TFloat32> ms, Operand<TFloat32> mom, Operand<TFloat32> mg, Long numShards, Long shardId, LoadTPUEmbeddingCenteredRMSPropParameters.Options... options) Factory method to create a class wrapping a new LoadTPUEmbeddingCenteredRMSPropParameters operation.- Parameters:
scope- current scopeparameters- Value of parameters used in the centered RMSProp optimization algorithm.ms- Value of ms used in the centered RMSProp optimization algorithm.mom- Value of mom used in the centered RMSProp optimization algorithm.mg- Value of mg used in the centered RMSProp optimization algorithm.numShards- The value of the numShards attributeshardId- The value of the shardId attributeoptions- carries optional attribute values- Returns:
- a new instance of LoadTPUEmbeddingCenteredRMSPropParameters
-
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.
-