nngen icon indicating copy to clipboard operation
nngen copied to clipboard

Implemented ONNX MatMul converter.

Open hirayamy opened this issue 1 year ago • 0 comments

I found a KeyError when I tried to convert onnx model with MatMul to NNgen. So I implemented onnx MatMul converter.

MatMul is very similar to GEMM, but the following aspects are different:

  1. It does not include bias addition.
  2. The dimensional order of weights is different from GEMM.

hirayamy avatar May 15 '23 09:05 hirayamy