pad method

MLOperand pad(
  1. MLOperand input,
  2. MLOperand padding, [
  3. MLPadOptions? options
])

Implementation

MLOperand pad(MLOperand input, MLOperand padding, [MLPadOptions? options]) =>
    js_util.callMethod(this, 'pad', [input, padding, options]);