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

Change print to python3 style (#1792)

As the title
上级 a1c5c79d
......@@ -57,7 +57,7 @@ IfElse OP同其他的OP在使用上有一定的区别,可能会对一些用户
exe.run(fluid.default_startup_program())
res = exe.run(fluid.default_main_program(), feed={"x":x_d, "y":y_d}, fetch_list=[out])
print res
print(res)
# [array([-1.], dtype=float32)]
参数:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册