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