Change API doc example code to python3 style print (#22735)

As the title
revert-22710-feature/integrated_ps_api
Huihuang Zheng 5 years ago committed by GitHub
parent 882e7f7c3b
commit 1b561da1f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2400,7 +2400,7 @@ class IfElse(object):
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)]
Args:

Loading…
Cancel
Save