Class SplitDedupData.Inputs
- Enclosing class:
SplitDedupData<T extends TNumber, U extends TNumber>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class RawOpInputs
attributeMetadata, attributeNames, attributes, attributeValue, attributeValues, equals, getOutputs, hashCode, toString
-
Field Details
-
input
-
integerType
integer_tensor type. Allowed types: int32, int64, uint32, uint64. -
floatType
float_tensor type. Allowed types: half, bfloat16, float. -
tupleMask
A serialized TensorProto string of output tuple mask. This mask is a 2-D tensor, with first column as tuple element type, and second column as span of this type. For example, an output tuple of (1, 2, 0.1, 3), its mask is [[0, 2], [1, 1], [0, 1]]. We expect only two types of elements: integer(0) and float(1). -
config
The config attribute
-
-
Constructor Details
-
Inputs
-