Function tensorflow::ops::outfeed_dequeue_v2
source · pub fn outfeed_dequeue_v2<O0: Into<Output>>(
device_ordinal: O0,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for OutfeedDequeueV2::new().build(device_ordinal, scope)
.