---
title: Scope融合规则分类
description: "系统提供内置的Scope融合规则，详细请参考《TensorFlow Parser Scope融合规则参考(https://www.hiascend.com/document/detail/zh/TensorFlowCommunity/910/Convergence/tfscopefusionref/atlasfr_30_0002.html)》，同时开放接口供用户自定义，本文主要介绍如何自定义Scope融合规则。"
url: https://www.hiascend.com/document/detail/zh/TensorFlowCommunity/latest/Convergence/tfscopedevg/atlastfscopedev_11_0006.html
sourcePath: /source/zh/TensorFlowCommunity/910/Convergence/tfscopedevg/atlastfscopedev_11_0006.html
indexId: 6499030df8776586bdd552197f33c1b62b10612efc38c7771bf62beba135b9ae87
---
# Scope融合规则分类

系统提供内置的Scope融合规则，详细请参考《TensorFlow Parser Scope融合规则参考(https://www.hiascend.com/document/detail/zh/TensorFlowCommunity/910/Convergence/tfscopefusionref/atlasfr_30_0002.html)》，同时开放接口供用户自定义，本文主要介绍如何自定义Scope融合规则。

无论是内置还是自定义融合规则，都分为如下两类：- 通用融合规则（General）：各网络通用的Scope融合规则；默认生效，不支持用户指定失效。
- 定制化融合规则（Non-General）：特定网络适用的Scope融合规则；默认不生效，在ATC模型转换或者在TensorFlow框架内执行图时，用户可以开启相应的融合规则，使之生效。
