---
title: 设置融合规则名称
description: "通过PassName设置融合规则名称，本例为DecodeBboxV2ScopeFusionPass。```"
url: https://www.hiascend.com/document/detail/zh/TensorFlowCommunity/latest/Convergence/tfscopedevg/atlastfscopedev_11_0016.html
sourcePath: /source/zh/TensorFlowCommunity/910/Convergence/tfscopedevg/atlastfscopedev_11_0016.html
indexId: 2262771adf223095dcd2dac6edd328409f4a7cca7511565b2ac45ef6f0d87dce87
---
# 设置融合规则名称

通过PassName设置融合规则名称，本例为DecodeBboxV2ScopeFusionPass。```
std::string DecodeBboxV2ScopeFusionPass::PassName() { return std::string("DecodeBboxV2ScopeFusionPass"); }
```
