tf.contrib.tpu.outfeed_enqueue

Defined in generated file: python/ops/gen_tpu_ops.py

Enqueue a Tensor on the computation outfeed.

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

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.