Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
FluidDoc
提交
fa39dee2
F
FluidDoc
项目概览
PaddlePaddle
/
FluidDoc
通知
5
Star
2
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
23
列表
看板
标记
里程碑
合并请求
111
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
F
FluidDoc
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
23
Issue
23
列表
看板
标记
里程碑
合并请求
111
合并请求
111
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
fa39dee2
编写于
9月 24, 2019
作者:
L
lijianshe02
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix is_empty and read_file api_cn doc test=develop
上级
04293dc3
变更
2
显示空白变更内容
内联
并排
Showing
2 changed file
with
3 addition
and
3 deletion
+3
-3
doc/fluid/api_cn/layers_cn/is_empty_cn.rst
doc/fluid/api_cn/layers_cn/is_empty_cn.rst
+2
-2
doc/fluid/api_cn/layers_cn/read_file_cn.rst
doc/fluid/api_cn/layers_cn/read_file_cn.rst
+1
-1
未找到文件。
doc/fluid/api_cn/layers_cn/is_empty_cn.rst
浏览文件 @
fa39dee2
...
...
@@ -9,13 +9,13 @@ is_empty
参数:
- **x** (Variable)-测试的变量
- **cond** (Variable|None)-
输出参数。返回给定x的测试结果,默认为空(None)
- **cond** (Variable|None)-
可选输出参数,默认为空(None)。若传入了该参数,则该参数中存储返回给定x的测试结果
返回:布尔类型的标量。如果变量x为空则值为真
返回类型:Variable
抛出异常:``TypeError``-如果input
不是变量或cond类型不是变量
抛出异常:``TypeError``-如果input
类型不是Variable或cond存储的返回结果的类型不是bool
**代码示例**:
...
...
doc/fluid/api_cn/layers_cn/read_file_cn.rst
浏览文件 @
fa39dee2
...
...
@@ -7,7 +7,7 @@ read_file
从给定的reader中读取数据
reader是一个
变量
,它可以是由函数fluid.layers.open_files()生成的原始reader,或者是由函数fluid.layers.double_buffer()生成的装饰变量,等等。
reader是一个
Variable
,它可以是由函数fluid.layers.open_files()生成的原始reader,或者是由函数fluid.layers.double_buffer()生成的装饰变量,等等。
参数:
- **reader** (Variable)-待处理的reader
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录