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
: ATensor
. A tensor that will be inserted into the outfeed queue.name
: A name for the operation (optional).
Returns:
The created Operation.