l2Pool2d method

MLOperand l2Pool2d(
  1. MLOperand input, [
  2. MLPool2dOptions? options
])

Implementation

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