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