Class ApplyAdagrad.Inputs<T extends TType>
- Enclosing class:
ApplyAdagrad<T extends TType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionShould be from a Variable().The gradient.Scaling factor.final DataTypeThe T attributefinal booleanThe updateSlots attributefinal booleanIfTrue, updating of the var and accum tensors will be protected by a lock; otherwise the behavior is undefined, but may exhibit less contention.Should be from a Variable(). -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class RawOpInputs
attributeMetadata, attributeNames, attributes, attributeValue, attributeValues, equals, getOutputs, hashCode, toString
-
Field Details
-
var
-
accum
-
lr
-
grad
-
T
The T attribute -
useLocking
public final boolean useLockingIfTrue, updating of the var and accum tensors will be protected by a lock; otherwise the behavior is undefined, but may exhibit less contention. -
updateSlots
public final boolean updateSlotsThe updateSlots attribute
-
-
Constructor Details
-
Inputs
-