reduceMax method
Implementation
MLOperand reduceMax(MLOperand input, [MLReduceOptions? options]) =>
js_util.callMethod(this, 'reduceMax', [input, options]);
MLOperand reduceMax(MLOperand input, [MLReduceOptions? options]) =>
js_util.callMethod(this, 'reduceMax', [input, options]);