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