tf.contrib.tpu.outfeed_enqueue
Stay organized with collections
Save and categorize content based on your preferences.
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-10-01 UTC.
[null,null,["Last updated 2020-10-01 UTC."],[],[],null,["# tf.contrib.tpu.outfeed_enqueue\n\n\u003cbr /\u003e\n\nEnqueue a Tensor on the computation outfeed. \n\n tf.contrib.tpu.outfeed_enqueue(\n input, name=None\n )\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Args ---- ||\n|---------|--------------------------------------------------------------------|\n| `input` | A `Tensor`. A tensor that will be inserted into the outfeed queue. |\n| `name` | A name for the operation (optional). |\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Returns ------- ||\n|---|---|\n| The created Operation. ||\n\n\u003cbr /\u003e"]]