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

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