From dc0c337d481771ce4c49bdd9250be6c4ca8682a5 Mon Sep 17 00:00:00 2001 From: chenlong Date: Fri, 14 Aug 2020 11:30:00 +0800 Subject: [PATCH] add_path --- doc/fluid/api/review_tmp/ConstantPad1d.rst | 2 +- doc/fluid/api/review_tmp/ReflectionPad1d.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/fluid/api/review_tmp/ConstantPad1d.rst b/doc/fluid/api/review_tmp/ConstantPad1d.rst index 96bfa34e5..3ed581a78 100644 --- a/doc/fluid/api/review_tmp/ConstantPad1d.rst +++ b/doc/fluid/api/review_tmp/ConstantPad1d.rst @@ -3,7 +3,7 @@ ConstantPad1d ------------- -.. autoclass:: paddle.nn.ConstantPad1d +.. autoclass:: paddle.nn.layer.ConstantPad1d :members: :inherited-members: :noindex: diff --git a/doc/fluid/api/review_tmp/ReflectionPad1d.rst b/doc/fluid/api/review_tmp/ReflectionPad1d.rst index ec035fd85..b520d8ccf 100644 --- a/doc/fluid/api/review_tmp/ReflectionPad1d.rst +++ b/doc/fluid/api/review_tmp/ReflectionPad1d.rst @@ -3,7 +3,7 @@ ReflectionPad1d --------------- -.. autoclass:: paddle.nn.ReflectionPad1d +.. autoclass:: paddle.nn.layer.common.ReflectionPad1d :members: :inherited-members: :noindex: -- GitLab