diff --git a/docs/api/paddle/Overview_cn.rst b/docs/api/paddle/Overview_cn.rst index 61f3399b21f..0a37a476e59 100755 --- a/docs/api/paddle/Overview_cn.rst +++ b/docs/api/paddle/Overview_cn.rst @@ -168,6 +168,7 @@ tensor 数学操作原位(inplace)版本 " :ref:`paddle.remainder_ ` ", "Inplace 版本的 remainder API,对输入 x 采用 Inplace 策略" " :ref:`paddle.tanh_ ` ", "Inplace 版本的 tanh API,对输入 x 采用 Inplace 策略" + " :ref:`paddle.erf_ ` ", "Inplace 版本的 erf API,对输入 x 采用 Inplace 策略" " :ref:`paddle.erfinv_ ` ", "Inplace 版本的 erfinv API,对输入 x 采用 Inplace 策略" " :ref:`paddle.add_ ` ", "Inplace 版本的 add API,对输入 x 采用 Inplace 策略" " :ref:`paddle.put_along_axis_ ` ", "Inplace 版本的 put_along_axis API,对输入 x 采用 Inplace 策略" @@ -182,7 +183,10 @@ tensor 数学操作原位(inplace)版本 " :ref:`paddle.scale_ ` ", "Inplace 版本的 scale API,对输入 x 采用 Inplace 策略" " :ref:`paddle.sqrt_ ` ", "Inplace 版本的 sqrt API,对输入 x 采用 Inplace 策略" " :ref:`paddle.subtract_ ` ", "Inplace 版本的 subtract API,对输入 x 采用 Inplace 策略" - " :ref:`paddle.tanh_ ` ", "Inplace 版本的 tan API,对输入 x 采用 Inplace 策略" + " :ref:`paddle.tan_ ` ", "Inplace 版本的 tan API,对输入 x 采用 Inplace 策略" + " :ref:`paddle.cos_ ` ", "Inplace 版本的 cos API,对输入 x 采用 Inplace 策略" + " :ref:`paddle.atan_ ` ", "Inplace 版本的 atan API,对输入 x 采用 Inplace 策略" + " :ref:`paddle.acos_ ` ", "Inplace 版本的 acos API,对输入 x 采用 Inplace 策略" " :ref:`paddle.uniform_ ` ", "Inplace 版本的 uniform API,对输入 x 采用 Inplace 策略" " :ref:`paddle.lerp_ ` ", "Inplace 版本的 lerp API,对输入 x 采用 Inplace 策略" " :ref:`paddle.hypot_ ` ", "Inplace 版本的 hypot API,对输入 x 采用 Inplace 策略" diff --git a/docs/api/paddle/acos__cn.rst b/docs/api/paddle/acos__cn.rst new file mode 100644 index 00000000000..89504c8132d --- /dev/null +++ b/docs/api/paddle/acos__cn.rst @@ -0,0 +1,11 @@ +.. _cn_api_paddle_acos_: + +acos\_ +------------------------------- + +.. py:function:: paddle.acos_(x, name=None) +Inplace 版本的 :ref:`cn_api_paddle_acos` API,对输入 x 采用 Inplace 策略。 + +更多关于 inplace 操作的介绍请参考 `3.1.3 原位(Inplace)操作和非原位操作的区别`_ 了解详情。 + +.. _3.1.3 原位(Inplace)操作和非原位操作的区别: https://www.paddlepaddle.org.cn/documentation/docs/zh/develop/guides/beginner/tensor_cn.html#id3 diff --git a/docs/api/paddle/atan__cn.rst b/docs/api/paddle/atan__cn.rst new file mode 100644 index 00000000000..ae4f28d22f1 --- /dev/null +++ b/docs/api/paddle/atan__cn.rst @@ -0,0 +1,11 @@ +.. _cn_api_paddle_atan_: + +atan\_ +------------------------------- + +.. py:function:: paddle.atan_(x, name=None) +Inplace 版本的 :ref:`cn_api_paddle_atan` API,对输入 x 采用 Inplace 策略。 + +更多关于 inplace 操作的介绍请参考 `3.1.3 原位(Inplace)操作和非原位操作的区别`_ 了解详情。 + +.. _3.1.3 原位(Inplace)操作和非原位操作的区别: https://www.paddlepaddle.org.cn/documentation/docs/zh/develop/guides/beginner/tensor_cn.html#id3 diff --git a/docs/api/paddle/cos__cn.rst b/docs/api/paddle/cos__cn.rst new file mode 100644 index 00000000000..f2a576d443b --- /dev/null +++ b/docs/api/paddle/cos__cn.rst @@ -0,0 +1,11 @@ +.. _cn_api_paddle_cos_: + +cos\_ +------------------------------- + +.. py:function:: paddle.cos_(x, name=None) +Inplace 版本的 :ref:`cn_api_paddle_cos` API,对输入 x 采用 Inplace 策略。 + +更多关于 inplace 操作的介绍请参考 `3.1.3 原位(Inplace)操作和非原位操作的区别`_ 了解详情。 + +.. _3.1.3 原位(Inplace)操作和非原位操作的区别: https://www.paddlepaddle.org.cn/documentation/docs/zh/develop/guides/beginner/tensor_cn.html#id3 diff --git a/docs/api/paddle/erf__cn.rst b/docs/api/paddle/erf__cn.rst new file mode 100644 index 00000000000..bfe4d836ba4 --- /dev/null +++ b/docs/api/paddle/erf__cn.rst @@ -0,0 +1,11 @@ +.. _cn_api_paddle_erf_: + +erf\_ +------------------------------- + +.. py:function:: paddle.erf_(x, name=None) +Inplace 版本的 :ref:`cn_api_paddle_erf` API,对输入 x 采用 Inplace 策略。 + +更多关于 inplace 操作的介绍请参考 `3.1.3 原位(Inplace)操作和非原位操作的区别`_ 了解详情。 + +.. _3.1.3 原位(Inplace)操作和非原位操作的区别: https://www.paddlepaddle.org.cn/documentation/docs/zh/develop/guides/beginner/tensor_cn.html#id3