averagePool2d method

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

Implementation

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