Class OutfeedDequeueTuple.Inputs

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

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

    • dtypes

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

      public final Shape[] shapes
      The shapes of each tensor in outputs.
    • deviceOrdinal

      public final long deviceOrdinal
      The TPU device to use. This should be -1 when the Op is running on a TPU device, and >= 0 when the Op is running on the CPU device.
  • Constructor Details