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