Skip to content

Implemented ONNX MatMul converter.#58

Open
hirayamy wants to merge 1 commit intoNNgen:developfrom
hirayamy:onnx_matrix_matmul_test
Open

Implemented ONNX MatMul converter.#58
hirayamy wants to merge 1 commit intoNNgen:developfrom
hirayamy:onnx_matrix_matmul_test

Conversation

@hirayamy
Copy link
Copy Markdown

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant