Skip to content

Commit b328b54

Browse files
authored
Update name_scope_cn.rst
1 parent 3280d09 commit b328b54

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/api/paddle/static/name_scope_cn.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@ name_scope
66

77
.. py:function:: paddle.static.name_scope(prefix=None)
88
9+
该函数为静态图下的operators生成不同的命名空间。
910

10-
11-
12-
13-
该函数为静态图下的operators生成不同的命名空间。该函数只用于静态图下的调试和可视化,不建议用在其它方面。
11+
.. note::
12+
该函数只用于静态图下的调试和可视化,不建议用在其它方面,否则会引起内存泄露。
1413

1514

1615
参数

0 commit comments

Comments
 (0)