tf.raw_ops.OutfeedEnqueueTuple

Enqueue multiple Tensor values on the computation outfeed.

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.raw_ops.OutfeedEnqueueTuple

inputs A list of Tensor objects. A list of tensors that will be inserted into the outfeed queue as an XLA tuple.
name A name for the operation (optional).

The created Operation.