matmul method

MLOperand matmul(
  1. MLOperand a,
  2. MLOperand b
)

Implementation

MLOperand matmul(MLOperand a, MLOperand b) =>
    js_util.callMethod(this, 'matmul', [a, b]);