Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/api/index_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ API 文档
+--------------------------+------------------------------------------------------------------------------------+
| paddle.profiler | 飞桨框架的性能分析器,提供对模型训练和推理过程的性能数据进行展示和统计分析的功能。 |
+--------------------------+------------------------------------------------------------------------------------+
| paddle.random | 随机数生成相关 API,包括 initial_seed 等。 |
+--------------------------+------------------------------------------------------------------------------------+
| paddle.regularizer | 正则化相关 API,包括 L1Decay、L2Decay 等。 |
+--------------------------+------------------------------------------------------------------------------------+
| paddle.signal | 信号处理领域 API。 |
Expand Down
Loading