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