Class PartitionedCall.Inputs

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

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

    • args

      public final Iterable<Operand<?>> args
      The arguments to the function.
    • deviceOrdinal

      public final Operand<TInt32> deviceOrdinal
      The TPU device ordinal to run the function on.
    • Tin

      public final DataType[] Tin
      The types of the arguments to the function.
    • Tout

      public final DataType[] Tout
      The types of the outputs of the function.
    • autotunerThresh

      public final long autotunerThresh
      The autotunerThresh attribute
  • Constructor Details