Class SparseReduceSum.Inputs<T extends TType>
java.lang.Object
org.tensorflow.op.RawOpInputs<SparseReduceSum<T>>
org.tensorflow.op.sparse.SparseReduceSum.Inputs<T>
- Enclosing class:
SparseReduceSum<T extends TType>
-
Field Summary
FieldsModifier and TypeFieldDescription2-D.1-D.1-D.final booleanIf true, retain reduced dimensions with length 1.1-D.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
-
inputIndices
-
inputValues
-
inputShape
-
reductionAxes
-
keepDims
public final boolean keepDimsIf true, retain reduced dimensions with length 1. -
T
The T attribute
-
-
Constructor Details
-
Inputs
-