SIGN IN SIGN UP

[exir] Allow verifiers in _transform (#10322)

This is to allow users to transform an ExportedProgram using passes in places where it may result in a dialect that is not compliant with the original creation context.

For example, if an ExportedProgram was created in an edge dialect and now needs to be run and transformed in a way that is not compliant with the EdgeDialectVerifier, such as in a delegate preprocess() function, then the user may want to override the verifier with their own or simply disable it.

Differential Revision: [D73205727](https://our.internmc.facebook.com/intern/diff/D73205727/)
P
pytorchbot committed
bf83c57c3beac8aba172a537df7081b161d3ba6d
Parent: ad7cd2b
Committed by GitHub <noreply@github.com> on 4/21/2025, 8:01:54 PM