Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
FluidDoc
提交
9283a400
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看板
未验证
提交
9283a400
编写于
9月 06, 2020
作者:
Y
yaoxuefeng
提交者:
GitHub
9月 06, 2020
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
add cuda genrator get/set_cuda_rng_state doc (#2542)
上级
daeee51f
变更
6
隐藏空白更改
内联
并排
Showing
6 changed file
with
67 addition
and
0 deletion
+67
-0
doc/fluid/api_cn/framework_cn.rst
doc/fluid/api_cn/framework_cn.rst
+2
-0
doc/fluid/api_cn/framework_cn/get_cuda_rng_state_cn.rst
doc/fluid/api_cn/framework_cn/get_cuda_rng_state_cn.rst
+24
-0
doc/fluid/api_cn/framework_cn/set_cuda_rng_state_cn.rst
doc/fluid/api_cn/framework_cn/set_cuda_rng_state_cn.rst
+25
-0
doc/fluid/api_cn/paddle_cn.rst
doc/fluid/api_cn/paddle_cn.rst
+2
-0
doc/fluid/api_cn/paddle_cn/get_cuda_rng_state_cn.rst
doc/fluid/api_cn/paddle_cn/get_cuda_rng_state_cn.rst
+7
-0
doc/fluid/api_cn/paddle_cn/set_cuda_rng_state_cn.rst
doc/fluid/api_cn/paddle_cn/set_cuda_rng_state_cn.rst
+7
-0
未找到文件。
doc/fluid/api_cn/framework_cn.rst
浏览文件 @
9283a400
...
...
@@ -24,6 +24,8 @@ paddle.framework
framework_cn/global_scope_cn.rst
framework_cn/gradients_cn.rst
framework_cn/manual_seed_cn.rst
framework_cn/get_cuda_rng_state_cn.rst
framework_cn/set_cuda_rng_state_cn.rst
framework_cn/name_scope_cn.rst
framework_cn/ParallelExecutor_cn.rst
framework_cn/ParamAttr_cn.rst
...
...
doc/fluid/api_cn/framework_cn/get_cuda_rng_state_cn.rst
0 → 100644
浏览文件 @
9283a400
.. _cn_api_paddle_framework_get_cuda_rng_state:
get_cuda_rng_state
-------------------------------
.. py:function:: paddle.framework.get_cuda_rng_state()
获取cuda随机数生成器的状态信息
参数:
无
返回:
GeneratorState:对象
**代码示例**:
.. code-block:: python
import paddle
sts = paddle.get_cuda_rng_state()
doc/fluid/api_cn/framework_cn/set_cuda_rng_state_cn.rst
0 → 100644
浏览文件 @
9283a400
.. _cn_api_paddle_framework_set_cuda_rng_state:
set_cuda_rng_state
-------------------------------
.. py:function:: paddle.framework.set_cuda_rng_state(state_list)
设置cuda随机数生成器的状态信息
参数:
- **state_list** (list [GeneratorState]) - 需要设置的随机数生成器状态信息列表,通过get_cuda_rng_state()获取。
返回:
无
**代码示例**:
.. code-block:: python
import paddle
sts = paddle.get_cuda_rng_state()
paddle.set_cuda_rng_state(sts)
doc/fluid/api_cn/paddle_cn.rst
浏览文件 @
9283a400
...
...
@@ -96,6 +96,8 @@ paddle
paddle_cn/logsumexp_cn.rst
paddle_cn/log_cn.rst
paddle_cn/manual_seed_cn.rst
paddle_cn/get_cuda_rng_state_cn.rst
paddle_cn/set_cuda_rng_state_cn.rst
paddle_cn/masked_select_cn.rst
paddle_cn/matmul_cn.rst
paddle_cn/max_cn.rst
...
...
doc/fluid/api_cn/paddle_cn/get_cuda_rng_state_cn.rst
0 → 100644
浏览文件 @
9283a400
.. _cn_api_paddle_cn_get_cuda_rng_state:
get_cuda_rng_state
-------------------------------
:doc_source: paddle.framework.get_cuda_rng_state
doc/fluid/api_cn/paddle_cn/set_cuda_rng_state_cn.rst
0 → 100644
浏览文件 @
9283a400
.. _cn_api_paddle_cn_set_cuda_rng_state:
set_cuda_rng_state
-------------------------------
:doc_source: paddle.framework.set_cuda_rng_state
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录