reduceLogSum method

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

Implementation

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