未验证 提交 1efeec1d 编写于 作者: Z Zhanlue Yang 提交者: GitHub

Fixed CI failure with test_eager_trace_op (#39164)

上级 6ca49164
...@@ -41,9 +41,6 @@ class TestEagerTraceOp(unittest.TestCase): ...@@ -41,9 +41,6 @@ class TestEagerTraceOp(unittest.TestCase):
paddle.fluid.framework._dygraph_tracer().trace_op( paddle.fluid.framework._dygraph_tracer().trace_op(
'instance_norm', {'Scale': [scale], 'instance_norm', {'Scale': [scale],
'X': [x]}, {'Y': [x]}, {}) 'X': [x]}, {'Y': [x]}, {})
paddle.fluid.framework._dygraph_tracer().trace_op(
'coalesce_tensor', {'Input': [x]}, {'Output': [x]},
{'dtype': int(core.VarDesc.VarType.FP32)})
if __name__ == "__main__": if __name__ == "__main__":
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册