reduceL1 method

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

Implementation

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