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, toString
-
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
-