reduceLogSumExp method

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

Implementation

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