tensorflow::ops

Function 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).