File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -182,6 +182,7 @@ tensor 数学操作原位(inplace)版本
182
182
" :ref: `paddle.clip_ <cn_api_paddle_clip _>` ", "Inplace 版本的 clip API,对输入 x 采用 Inplace 策略"
183
183
" :ref: `paddle.copysign_ <cn_api_paddle_copysign _>` ", "Inplace 版本的 copysign API,对输入 x 采用 Inplace 策略"
184
184
" :ref: `paddle.exp_ <cn_api_paddle_exp _>` ", "Inplace 版本的 exp API,对输入 x 采用 Inplace 策略"
185
+ " :ref: `paddle.expm1_ <cn_api_paddle_expm1 _>` ", "Inplace 版本的 expm1 API,对输入 x 采用 Inplace 策略"
185
186
" :ref: `paddle.flatten_ <cn_api_paddle_flatten _>` ", "Inplace 版本的 flatten API,对输入 x 采用 Inplace 策略"
186
187
" :ref: `paddle.floor_ <cn_api_paddle_floor _>` ", "Inplace 版本的 floor API,对输入 x 采用 Inplace 策略"
187
188
" :ref: `paddle.gammaln_ <cn_api_paddle_gammaln _>` ", "Inplace 版本的 gammaln API,对输入 x 采用 Inplace 策略"
Original file line number Diff line number Diff line change
1
+ .. _cn_api_paddle_expm1_ :
2
+
3
+ expm1\_
4
+ -------------------------------
5
+
6
+ .. py :function :: paddle.expm1_(x, name = None )
7
+ Inplace 版本的 :ref: `cn_api_paddle_expm1 ` API,对输入 x 采用 Inplace 策略。
8
+
9
+ 更多关于 inplace 操作的介绍请参考 `3.1.3 原位(Inplace)操作和非原位操作的区别 `_ 了解详情。
10
+
11
+ .. _3.1.3 原位(Inplace)操作和非原位操作的区别 : https://www.paddlepaddle.org.cn/documentation/docs/zh/develop/guides/beginner/tensor_cn.html#id3
You can’t perform that action at this time.
0 commit comments