reduceSum method

MLOperand reduceSum(
  1. MLOperand input, [
  2. MLReduceOptions? options
])

Implementation

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