Overview
Base class for implementing pass fusion in one-to-many scenarios. This class is used to search for nodes by type in a graph and execute graph modifications using the Replacement structure provided by the subclass.
Header File to Be Included
1 | #include <ge/fusion/pass/decompose_pass.h> |
Public Member Functions
explicit DecomposePass(const std::vector<AscendString> &op_types) Status Run(GraphPtr &graph, CustomPassContext &pass_context) override
Parent topic: DecomposePass