设置融合规则名称
通过PassName设置融合规则名称,本例为DecodeBboxV2ScopeFusionPass。
std::string DecodeBboxV2ScopeFusionPass::PassName() { return std::string("DecodeBboxV2ScopeFusionPass"); }
父主题: Scope融合规则实现