pub fn outfeed_enqueue_tuple<O0: Into<Output>>( inputs: O0, scope: &mut Scope, ) -> Result<Operation>
Shorthand for OutfeedEnqueueTuple::new().build(inputs, scope).
OutfeedEnqueueTuple::new().build(inputs, scope)