未验证 提交 8f541027 编写于 作者: H Huihuang Zheng 提交者: GitHub

Move DygraphToStatic Unit Tests into Its Folder (#22945)

As the title
上级 056edf39
...@@ -22,7 +22,7 @@ import numpy as np ...@@ -22,7 +22,7 @@ import numpy as np
import paddle.fluid as fluid import paddle.fluid as fluid
from paddle.fluid.dygraph.dygraph_to_static.utils import ast_to_func from paddle.fluid.dygraph.dygraph_to_static.utils import ast_to_func
from test_dygraph_to_static_basic import dyfunc_with_if_else, dyfunc_with_if_else2, nested_if_else from test_basic import dyfunc_with_if_else, dyfunc_with_if_else2, nested_if_else
class TestAST2Func(unittest.TestCase): class TestAST2Func(unittest.TestCase):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册