Function tensorflow::eager::raw_ops::outfeed_dequeue_v2
source · pub fn outfeed_dequeue_v2<'a, T0: ToTensorHandle<'a>>(
ctx: &'a Context,
device_ordinal: &T0
) -> Result<TensorHandle<'a>>
Expand description
Shorthand for OutfeedDequeueV2::new().call(&ctx, &device_ordinal)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/OutfeedDequeueV2