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, toStringModifier and TypeMethodDescriptionattributeMetadata(String name) Get the metadata for an attributeGet the names of this op's attributesGet an inspector for the operation's attributes.attributeValue(String name) Get the value of an attribute as anAttrValueproto.Get all attribute value protosfinal booleanThe outputs of this operation.final inthashCode()final StringtoString()
-
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
-