pub fn max_pool_with_argmax<O0: Into<Output>>( input: O0, scope: &mut Scope, ) -> Result<Operation>
Shorthand for MaxPoolWithArgmax::new().build(input, scope).
MaxPoolWithArgmax::new().build(input, scope)