maxPool2d method

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

Implementation

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