tf.contrib.tpu.outfeed_enqueue

tf.contrib.tpu.outfeed_enqueue(
    input,
    name=None
)

Defined in generated file: tensorflow/contrib/tpu/ops/gen_tpu_ops.py.

An op which emits a single Tensor value from an XLA computation.

Args:

  • input: A Tensor. A tensor that will be inserted into the outfeed queue.
  • name: A name for the operation (optional).

Returns:

The created Operation.