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