This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ONNX import: Remove extra flatten from Linalg_gemm
ONNX Gemm spec expects the input to be 2D. Flatten is not required while importing Gemm, it will only lead to redundant flatten.
- Loading branch information