Class QueueEnqueueMany.Inputs

java.lang.Object
org.tensorflow.op.RawOpInputs<QueueEnqueueMany>
org.tensorflow.op.io.QueueEnqueueMany.Inputs
Enclosing class:
QueueEnqueueMany

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

    • handle

      public final Operand<? extends TType> handle
      The handle to a queue.
    • components

      public final Iterable<Operand<?>> components
      One or more tensors from which the enqueued tensors should be taken.
    • Tcomponents

      public final DataType[] Tcomponents
      The Tcomponents attribute
    • timeoutMs

      public final long timeoutMs
      If the queue is too full, this operation will block for up to timeout_ms milliseconds. Note: This option is not supported yet.
  • Constructor Details