gemm method

MLOperand gemm(
  1. MLOperand a,
  2. MLOperand b, [
  3. MLGemmOptions? options
])

Implementation

MLOperand gemm(MLOperand a, MLOperand b, [MLGemmOptions? options]) =>
    js_util.callMethod(this, 'gemm', [a, b, options]);