conv2d method

MLOperand conv2d(
  1. MLOperand input,
  2. MLOperand filter, [
  3. MLConv2dOptions? options
])

Implementation

MLOperand conv2d(MLOperand input, MLOperand filter,
        [MLConv2dOptions? options]) =>
    js_util.callMethod(this, 'conv2d', [input, filter, options]);