提交 09b20d5f 编写于 作者: L lijianshe02

fix print op api doc test=develop

上级 7ac45d03
......@@ -38,7 +38,7 @@ Print
import numpy as np
x = fluid.layers.data(name='x', shape=[1], dtype='float32', lod_level=1)
# 注意输出是使用Print的output
# 注意下行输出是使用Print的output
x = fluid.layers.Print(x, message="The content of input layer:")
y = fluid.layers.data(name='y', shape=[1], dtype='float32', lod_level=2)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册