Class XlaSparseDenseMatmulGradWithAdagradMomentumAndStaticBufferSize.Inputs
java.lang.Object
org.tensorflow.op.RawOpInputs<XlaSparseDenseMatmulGradWithAdagradMomentumAndStaticBufferSize>
org.tensorflow.op.xla.XlaSparseDenseMatmulGradWithAdagradMomentumAndStaticBufferSize.Inputs
- Enclosing class:
XlaSparseDenseMatmulGradWithAdagradMomentumAndStaticBufferSize
public static class XlaSparseDenseMatmulGradWithAdagradMomentumAndStaticBufferSize.Inputs
extends RawOpInputs<XlaSparseDenseMatmulGradWithAdagradMomentumAndStaticBufferSize>
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe accumulator inputThe activationGradients inputfinal floatThe beta1 attributefinal floatThe beta2 attributefinal floatThe clipWeightMax attributefinal floatThe clipWeightMin attributeThe embeddingTable inputfinal floatThe epsilon attributefinal floatThe exponent attributeThe learningRate inputfinal longThe maxIdsPerSparseCore attributefinal longThe maxUniqueIdsPerSparseCore attributeThe momenta inputThe numMinibatchesPerPhysicalSparseCore inputThe rowPointers inputThe sortedGains inputThe sortedSampleIds inputThe sortedTokenIds inputfinal StringThe tableName attributefinal booleanThe useNesterov attribute -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class RawOpInputs
attributeMetadata, attributeNames, attributes, attributeValue, attributeValues, equals, getOutputs, hashCode, toString
-
Field Details
-
rowPointers
-
sortedSampleIds
-
sortedTokenIds
-
sortedGains
-
activationGradients
-
learningRate
-
embeddingTable
-
accumulator
-
momenta
-
numMinibatchesPerPhysicalSparseCore
-
useNesterov
public final boolean useNesterovThe useNesterov attribute -
exponent
public final float exponentThe exponent attribute -
beta1
public final float beta1The beta1 attribute -
beta2
public final float beta2The beta2 attribute -
epsilon
public final float epsilonThe epsilon attribute -
clipWeightMin
public final float clipWeightMinThe clipWeightMin attribute -
clipWeightMax
public final float clipWeightMaxThe clipWeightMax attribute -
maxIdsPerSparseCore
public final long maxIdsPerSparseCoreThe maxIdsPerSparseCore attribute -
maxUniqueIdsPerSparseCore
public final long maxUniqueIdsPerSparseCoreThe maxUniqueIdsPerSparseCore attribute -
tableName
The tableName attribute
-
-
Constructor Details
-
Inputs
-