未验证 提交 ff7ce2ff 编写于 作者: V Vvsmile 提交者: GitHub

fix bug calculate_output in eagerChecker (#51069)

上级 61611786
......@@ -1856,7 +1856,7 @@ class OpTest(unittest.TestCase):
ref_eager_dygraph_outs = (
self.op_test._calc_python_api_output(place)
)
if eager_dygraph_outs is None:
if ref_eager_dygraph_outs is None:
self.is_python_api_test = False
ref_eager_dygraph_outs = (
self.op_test._calc_dygraph_output(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册