提交 f104ce2c 编写于 作者: Q qiaolongfei

fix a mistake share by nets -> share by scopes

上级 c3a4b8bc
......@@ -29,7 +29,7 @@ Scope is used to provide a running environment for Net.
1. Every variable only belongs to one certain Scope.
Variable can not be shared between nets, if we want to use variables from different scope we can use `Parent scope`.
Variable can not be shared between scopes, if we want to use variables from different scope we can use `Parent scope`.
1. Scope should destruct all Variables within it when itself is destructed.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册