From 550ef115cb7a0c2fca7e4c1c7c6cc0e76b79fd69 Mon Sep 17 00:00:00 2001 From: wanghaoshuang Date: Sat, 22 Aug 2020 14:51:43 +0000 Subject: [PATCH] Add en docs for conv1d and Conv1D --- doc/fluid/api/nn.rst | 2 ++ doc/fluid/api/nn/functional/conv/conv1d.rst | 11 +++++++++++ doc/fluid/api/nn/layer/conv/Conv1D.rst | 13 +++++++++++++ 3 files changed, 26 insertions(+) create mode 100644 doc/fluid/api/nn/functional/conv/conv1d.rst create mode 100644 doc/fluid/api/nn/layer/conv/Conv1D.rst diff --git a/doc/fluid/api/nn.rst b/doc/fluid/api/nn.rst index 21f8e517d..fb34e1459 100644 --- a/doc/fluid/api/nn.rst +++ b/doc/fluid/api/nn.rst @@ -172,3 +172,5 @@ paddle.nn nn/AdaptiveAvgPool2d.rst nn/AdaptiveAvgPool3d.rst nn/layer/activation/Sigmoid.rst + nn/layer/conv/Conv1D.rst + nn/functional/conv/conv1d.rst diff --git a/doc/fluid/api/nn/functional/conv/conv1d.rst b/doc/fluid/api/nn/functional/conv/conv1d.rst new file mode 100644 index 000000000..b50a1bee4 --- /dev/null +++ b/doc/fluid/api/nn/functional/conv/conv1d.rst @@ -0,0 +1,11 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_nn_functional_conv_conv1d: + +conv1d +------ + +.. autofunction:: paddle.nn.functional.conv.conv1d + :noindex: + diff --git a/doc/fluid/api/nn/layer/conv/Conv1D.rst b/doc/fluid/api/nn/layer/conv/Conv1D.rst new file mode 100644 index 000000000..b7d22d937 --- /dev/null +++ b/doc/fluid/api/nn/layer/conv/Conv1D.rst @@ -0,0 +1,13 @@ +.. THIS FILE IS GENERATED BY `gen_doc.{py|sh}` + !DO NOT EDIT THIS FILE MANUALLY! + +.. _api_nn_layer_conv_Conv1D: + +Conv1D +------ + +.. autoclass:: paddle.nn.layer.conv.Conv1D + :members: + :inherited-members: + :noindex: + -- GitLab