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. |