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
Currently, all the infer types functions for Relay are present in *.cc file. This prevents us from reusing these functions among dialects like QNN. This issue is to discuss how do we share them.
I added a PR that moves relevant functions to a header file for transform.cc as a possible proposal - #3783
Many QNN related ops are gated by it. I am able to get good accuracy for all the TFLite hostel models locally. Will be good if we can solve these problems and ungate a bunch of QNN PRs.
Currently, all the infer types functions for Relay are present in *.cc file. This prevents us from reusing these functions among dialects like QNN. This issue is to discuss how do we share them.
I added a PR that moves relevant functions to a header file for transform.cc as a possible proposal - #3783
Please advise - @jroesch @tqchen @vinx13 @zhiics @ZihengJiang
The text was updated successfully, but these errors were encountered: