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