Class PrelinearizeTuple.Inputs
- Enclosing class:
PrelinearizeTuple
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal DataType[]The element types of each element ininputs.A list of tensors that will be provided using the infeed mechanism.final long[]A vector holding the requested layout in minor-to-major sequence for all the tuple shapes in the order the shapes appear in the "shapes" input.final Shape[]The shapes of each tensor ininputs. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class RawOpInputs
attributeMetadata, attributeNames, attributes, attributeValue, attributeValues, equals, getOutputs, hashCode, toString
-
Field Details
-
inputs
-
dtypes
The element types of each element ininputs. -
shapes
The shapes of each tensor ininputs. -
layouts
public final long[] layoutsA vector holding the requested layout in minor-to-major sequence for all the tuple shapes in the order the shapes appear in the "shapes" input. The layout elements for a sub-shape can be set to -1 in which case the corresponding layout will be computed by the infeed operation.
-
-
Constructor Details
-
Inputs
-