You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.
So, Conv is the most common operator we don't support, followed by Sum, AveragePool, MatMul, LRN, Ceil...
Some operators are much easier than others. Sum and Ceil would be good first issues because they are relatively easy. MatMul isn't totally trivial, but we can call the existing Gemm code which is more general (just use a broadcasted 0 constant for the constant part).
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
See: https://github.com/onnx/models
It would be nice to have full coverage. From a few months ago, here is what is missing:
So, Conv is the most common operator we don't support, followed by Sum, AveragePool, MatMul, LRN, Ceil...
Some operators are much easier than others. Sum and Ceil would be good first issues because they are relatively easy. MatMul isn't totally trivial, but we can call the existing Gemm code which is more general (just use a broadcasted 0 constant for the constant part).
The text was updated successfully, but these errors were encountered: