提交 1e9efc22 编写于 作者: T typhoonzero

add comments

上级 bd878826
......@@ -763,6 +763,7 @@ class Block(object):
raise ValueError("unsupported var type: %s", type(v))
self.desc.rename_var(name, new_name)
# NOTE: v is destroyed by C++ after calling rename_var.
d = self.desc.find_var(new_name)
if var_type == "Parameter":
var = Parameter(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册