We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dfef91b + 03ae009 commit 0f62785Copy full SHA for 0f62785
docs/api/paddle/digamma__cn.rst
@@ -0,0 +1,12 @@
1
+.. _cn_api_paddle_digamma_:
2
+
3
+digamma\_
4
+-------------------------------
5
6
+.. py:function:: paddle.digamma_(x, name=None)
7
8
+Inplace 版本的 :ref:`cn_api_paddle_digamma` API,对输入 x 采用 Inplace 策略。
9
10
+更多关于 inplace 操作的介绍请参考 `3.1.3 原位(Inplace)操作和非原位操作的区别`_ 了解详情。
11
12
+.. _3.1.3 原位(Inplace)操作和非原位操作的区别: https://www.paddlepaddle.org.cn/documentation/docs/zh/develop/guides/beginner/tensor_cn.html#id3
0 commit comments