Overview
Base class for implementing pass fusion in one-to-many scenarios. This class is used to search for nodes in a graph based on node types and modify the graph based on the Replacement structure provided by the subclass.
Header Files 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