transpose method

MLOperand transpose(
  1. MLOperand input, [
  2. MLTransposeOptions? options
])

Implementation

MLOperand transpose(MLOperand input, [MLTransposeOptions? options]) =>
    js_util.callMethod(this, 'transpose', [input, options]);