Class XlaSparseDenseMatmulGradWithFtrlAndCsrInput
java.lang.Object
org.tensorflow.op.RawOp
org.tensorflow.op.xla.XlaSparseDenseMatmulGradWithFtrlAndCsrInput
- All Implemented Interfaces:
Op
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classOptional attributes forXlaSparseDenseMatmulGradWithFtrlAndCsrInput -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe name of this op, as known by TensorFlow core engine -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclipWeightMax(Float clipWeightMax) Sets the clipWeightMax option.clipWeightMin(Float clipWeightMin) Sets the clipWeightMin option.create(Scope scope, Operand<TInt32> rowPointers, Operand<TInt32> sortedSampleIds, Operand<TInt32> sortedTokenIds, Operand<TFloat32> sortedGains, Operand<TFloat32> activationGradients, Operand<TFloat32> learningRate, Operand<TFloat32> embeddingTable, Operand<TFloat32> accumulator, Operand<TFloat32> linear, Operand<TInt32> numMinibatchesPerPhysicalSparseCore, Boolean multiplyLinearByLearningRate, Float beta, Float learningRatePower, Float l1RegularizationStrength, Float l2RegularizationStrength, String tableName, XlaSparseDenseMatmulGradWithFtrlAndCsrInput.Options... options) Factory method to create a class wrapping a new XlaSparseDenseMatmulGradWithFtrlAndCsrInput operation.Gets updatedAccumulator.Gets updatedEmbeddingTable.Gets updatedLinear.
-
Field Details
-
OP_NAME
The name of this op, as known by TensorFlow core engine- See Also:
-
-
Constructor Details
-
XlaSparseDenseMatmulGradWithFtrlAndCsrInput
-
-
Method Details
-
create
@Endpoint(describeByClass=true) public static XlaSparseDenseMatmulGradWithFtrlAndCsrInput create(Scope scope, Operand<TInt32> rowPointers, Operand<TInt32> sortedSampleIds, Operand<TInt32> sortedTokenIds, Operand<TFloat32> sortedGains, Operand<TFloat32> activationGradients, Operand<TFloat32> learningRate, Operand<TFloat32> embeddingTable, Operand<TFloat32> accumulator, Operand<TFloat32> linear, Operand<TInt32> numMinibatchesPerPhysicalSparseCore, Boolean multiplyLinearByLearningRate, Float beta, Float learningRatePower, Float l1RegularizationStrength, Float l2RegularizationStrength, String tableName, XlaSparseDenseMatmulGradWithFtrlAndCsrInput.Options... options) Factory method to create a class wrapping a new XlaSparseDenseMatmulGradWithFtrlAndCsrInput operation.- Parameters:
scope- current scoperowPointers- The rowPointers valuesortedSampleIds- The sortedSampleIds valuesortedTokenIds- The sortedTokenIds valuesortedGains- The sortedGains valueactivationGradients- The activationGradients valuelearningRate- The learningRate valueembeddingTable- The embeddingTable valueaccumulator- The accumulator valuelinear- The linear valuenumMinibatchesPerPhysicalSparseCore- The numMinibatchesPerPhysicalSparseCore valuemultiplyLinearByLearningRate- The value of the multiplyLinearByLearningRate attributebeta- The value of the beta attributelearningRatePower- The value of the learningRatePower attributel1RegularizationStrength- The value of the l1RegularizationStrength attributel2RegularizationStrength- The value of the l2RegularizationStrength attributetableName- The value of the tableName attributeoptions- carries optional attribute values- Returns:
- a new instance of XlaSparseDenseMatmulGradWithFtrlAndCsrInput
-
clipWeightMin
public static XlaSparseDenseMatmulGradWithFtrlAndCsrInput.Options clipWeightMin(Float clipWeightMin) Sets the clipWeightMin option.- Parameters:
clipWeightMin- the clipWeightMin option- Returns:
- this Options instance.
-
clipWeightMax
public static XlaSparseDenseMatmulGradWithFtrlAndCsrInput.Options clipWeightMax(Float clipWeightMax) Sets the clipWeightMax option.- Parameters:
clipWeightMax- the clipWeightMax option- Returns:
- this Options instance.
-
updatedEmbeddingTable
-
updatedAccumulator
-
updatedLinear
-