resample2d method

MLOperand resample2d(
  1. MLOperand input, [
  2. MLResample2dOptions? options
])

Implementation

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