Class Relu6Grad.Inputs<T extends TNumber>
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe features passed as input to the corresponding Relu6 operation, or its output; using either one produces the same result.The backpropagated gradients to the corresponding Relu6 operation.final DataTypeThe T attribute -
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
-
gradients
-
features
-
T
The T attribute
-
-
Constructor Details
-
Inputs
-