[IR] Dead code elimination pass #1474
Labels
contribution welcome
We welcome code contributions for this
good first issue
Good for newcomers
topic: IR
Intermediate representation
Milestone
Eliminate the unused nodes from the graph. An unused node is a node whose outputs are not used by other nodes, and are not part of the graph outputs.
The text was updated successfully, but these errors were encountered: