Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
onnx.MelWeightMatrix Onnx to Torch to Linalg (llvm#3659)
- This PR adds new (and equivalent) more tensorized impl of MelWeightMatrix which lowers all the way to linalg. - [Ref Pytorch Impl](https://gist.github.com/PhaneeshB/4e6dfcded3007b1b686fbe28f07a67cd) - Thanks to @rsuderman for pointing out the difficulties [earlier impl](llvm#3503) posed during lowering to linalg and also for providing a better numpy impl 🙏
- Loading branch information