Class RetrieveTPUEmbeddingFTRLParameters
java.lang.Object
org.tensorflow.op.RawOp
org.tensorflow.op.tpu.RetrieveTPUEmbeddingFTRLParameters
- All Implemented Interfaces:
Op
Retrieve FTRL embedding parameters.
An op that retrieves optimization parameters from embedding to host
memory. Must be preceded by a ConfigureTPUEmbeddingHost op that sets up
the correct embedding table configuration. For example, this op is
used to retrieve updated parameters before saving a checkpoint.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classOptional attributes forRetrieveTPUEmbeddingFTRLParameters -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe name of this op, as known by TensorFlow core engine -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets accumulators.Sets the config option.create(Scope scope, Long numShards, Long shardId, RetrieveTPUEmbeddingFTRLParameters.Options... options) Factory method to create a class wrapping a new RetrieveTPUEmbeddingFTRLParameters operation.linears()Gets linears.Gets parameters.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
-
RetrieveTPUEmbeddingFTRLParameters
-
-
Method Details
-
create
@Endpoint(describeByClass=true) public static RetrieveTPUEmbeddingFTRLParameters create(Scope scope, Long numShards, Long shardId, RetrieveTPUEmbeddingFTRLParameters.Options... options) Factory method to create a class wrapping a new RetrieveTPUEmbeddingFTRLParameters operation.- Parameters:
scope- current scopenumShards- The value of the numShards attributeshardId- The value of the shardId attributeoptions- carries optional attribute values- Returns:
- a new instance of RetrieveTPUEmbeddingFTRLParameters
-
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.
-
parameters
-
accumulators
-
linears
-