reduceL2 method

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

Implementation

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