convTranspose2d method

MLOperand convTranspose2d(
  1. MLOperand input,
  2. MLOperand filter, [
  3. MLConvTranspose2dOptions? options
])

Implementation

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