coremltools icon indicating copy to clipboard operation
coremltools copied to clipboard

Easy way to determine which graph passes get applied

Open TobyRoseman opened this issue 1 year ago • 0 comments

We have a large number of graph pass optimizations. When a model gets optimized, it's not clear which passes actually get applied (i.e. change the MIL graph). We should have an easy way to determine this.

Determining this information might be computationally costly; there may be no better way to determine it than comparing the graph before and after each pass runs. We probably don't want this behavior enabled by default.

TobyRoseman avatar Feb 16 '24 19:02 TobyRoseman