Class SparseToSparseSetOperation.Inputs<T extends TType>
java.lang.Object
org.tensorflow.op.RawOpInputs<SparseToSparseSetOperation<T>>
org.tensorflow.op.sparse.SparseToSparseSetOperation.Inputs<T>
- Enclosing class:
SparseToSparseSetOperation<T extends TType>
public static class SparseToSparseSetOperation.Inputs<T extends TType>
extends RawOpInputs<SparseToSparseSetOperation<T>>
-
Field Summary
FieldsModifier and TypeFieldDescription2DTensor, indices of aSparseTensor.1DTensor, shape of aSparseTensor.1DTensor, values of aSparseTensor.2DTensor, indices of aSparseTensor.1DTensor, shape of aSparseTensor.1DTensor, values of aSparseTensor.final StringThe setOperation attributefinal DataTypeThe T attributefinal booleanThe validateIndices 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
-
set1Indices
-
set1Values
-
set1Shape
-
set2Indices
-
set2Values
-
set2Shape
-
setOperation
The setOperation attribute -
validateIndices
public final boolean validateIndicesThe validateIndices attribute -
T
The T attribute
-
-
Constructor Details
-
Inputs
-