提交 acf0b75e 编写于 作者: Y Yu Yang

Merge branch 'scope' of https://github.com/jacquesqiao/Paddle into feature/scope_design

...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
* 每一个Scope析构的时候,会同时析构variable * 每一个Scope析构的时候,会同时析构variable
* 只能通过Scope创建Vairable。 * 只能通过Scope创建Vairable。
* 只能通过Scope获取Variable。 * 只能通过Scope获取Variable。
## Scope 可以被继承或者叫共享 ## Scope 可以被继承或者叫共享
解释下Scope如何被共享,如何查找Variable的算法。 解释下Scope如何被共享,如何查找Variable的算法。
...@@ -26,7 +25,4 @@ ...@@ -26,7 +25,4 @@
# 接口实现 # 接口实现
C++ code. # 各个接口是啥意思,为啥这么设计
## 各个接口是啥意思,为啥这么设计
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册