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