apple / apple/coremltools

Easy way to determine which graph passes get applied

Open
#2,147 0 comments 1 reaction 0 assignees View on GitHub
feature request triaged
Dominant language
Python
Stars
5.4k
Forks
850
Avg merge
4d 5h
Merged PRs (30d)
10

Description

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.