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