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
[ExecuTorch][to_backend] Introduce preprocess_all method to backend details
We introduce the new static method preprocess_all. This is not an enforced method because preprocess() is enforced and can be used instead.
Ideally, I want the default implementation of preprocess_all, to just loop through the exported programs for each method and use preprocess() to lower them. However since each are static methods, I wasn't able to find a good way to do this. Suggestions would be greatly appreciated for that.
Differential Revision: [D69954544](https://our.internmc.facebook.com/intern/diff/D69954544/)
[ghstack-poisoned]
0 commit comments