Executing Passes
Created by: wojtuss
In the overview document https://github.com/PaddlePaddle/Paddle/blob/develop/doc/fluid/design/ir/overview.md there is a call for the Executor on a graph, but I cannot see the appropriate method in the Executor class. How can one run Passes with Executor? I can see there is an API for registering passes, but do not know how they are triggered.