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