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: 0 additions & 2 deletions docs/api/paddle/static/Overview_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,11 @@ Executor 相关 API
" :ref:`group_norm <cn_api_paddle_static_nn_group_norm>` ", "Group Normalization 方法"
" :ref:`instance_norm <cn_api_paddle_static_nn_instance_norm>` ", "Instance Normalization 方法"
" :ref:`layer_norm <cn_api_paddle_static_nn_layer_norm>` ", "Layer Normalization 方法"
" :ref:`multi_box_head <cn_api_paddle_static_nn_multi_box_head>` ", "SSD 检测头 "
" :ref:`nce <cn_api_paddle_static_nn_nce>` ", "计算并返回噪音对比估计损失"
" :ref:`prelu <cn_api_paddle_static_nn_prelu>` ", "prelu 激活函数"
" :ref:`row_conv <cn_api_paddle_static_nn_row_conv>` ", "行卷积"
" :ref:`spectral_norm <cn_api_paddle_static_nn_spectral_norm>` ", "Spectral Normalization 方法"
" :ref:`switch_case <cn_api_paddle_static_nn_switch_case>` ", "类似于 c++的 switch/case"
" :ref:`sequence_concat <cn_api_paddle_static_nn_sequence_concat>` ", "仅支持带有 LoD 信息的 Tensor ,通过 Tensor 的 LoD 信息将输入的多个 Tensor 进行连接,输出连接后的 Tensor"
" :ref:`sequence_conv <cn_api_paddle_static_nn_sequence_conv>` ", "仅支持带有 LoD 信息的 Tensor,在给定的卷积参数下,对输入的变长序列 Tensor 进行卷积操作"
" :ref:`sequence_enumerate <cn_api_paddle_static_nn_sequence_enumerate>` ", "仅支持带有 LoD 信息的 Tensor,枚举形状为 [d_1, 1] 的输入序列所有长度为 win_size 的子序列,生成一个形状为 [d_1, win_size] 的新序列,需要时以 pad_value 填充"
" :ref:`sequence_expand <cn_api_paddle_static_nn_sequence_expand>` ", "仅支持带有 LoD 信息的 Tensor,根据输入 y 的第 ref_level 层 lod 对输入 x 进行扩展"
Expand Down
122 changes: 0 additions & 122 deletions docs/api/paddle/static/nn/multi_box_head_cn.rst

This file was deleted.

47 changes: 0 additions & 47 deletions docs/api/paddle/static/nn/sequence_concat_cn.rst

This file was deleted.