nngen
nngen copied to clipboard
Implemented ONNX MatMul converter.
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:
- It does not include bias addition.
- The dimensional order of weights is different from GEMM.