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