Class PrelinearizeTuple.Inputs

java.lang.Object
org.tensorflow.op.RawOpInputs<PrelinearizeTuple>
org.tensorflow.op.tpu.PrelinearizeTuple.Inputs
Enclosing class:
PrelinearizeTuple

public static class PrelinearizeTuple.Inputs extends RawOpInputs<PrelinearizeTuple>
  • Field Details

    • inputs

      public final Iterable<Operand<?>> inputs
      A list of tensors that will be provided using the infeed mechanism.
    • dtypes

      public final DataType[] dtypes
      The element types of each element in inputs.
    • shapes

      public final Shape[] shapes
      The shapes of each tensor in inputs.
    • layouts

      public final long[] layouts
      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. 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