pub fn batch<O0: Into<Output>>( in_tensors: O0, scope: &mut Scope ) -> Result<Operation>
Shorthand for Batch::new().build(in_tensors, scope).
Batch::new().build(in_tensors, scope)