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