Setting the Name of a Fusion Pattern
Set the name of a fusion pattern by referring to PassName. DecodeBboxV2ScopeFusionPass is used as an example.
1 | std::string DecodeBboxV2ScopeFusionPass::PassName() { return std::string("DecodeBboxV2ScopeFusionPass"); } |
Parent topic: Implementing Scope Fusion Patterns