File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -191,6 +191,7 @@ tensor 数学操作原位(inplace)版本
191
191
" :ref: `paddle.abs_ <cn_api_paddle_abs _>` ", "Inplace 版本的 abs API,对输入 x 采用 Inplace 策略"
192
192
" :ref: `paddle.baddbmm_ <cn_api_paddle_baddbmm _>` ", "Inplace 版本的 baddbmm API,对输入 input 采用 Inplace 策略"
193
193
" :ref: `paddle.bernoulli_ <cn_api_paddle_bernoulli _>` ", "Inplace 版本的 bernoulli API,对输入 x 采用 Inplace 策略"
194
+ " :ref: `paddle.bitwise_xor_ <cn_api_paddle_bitwise_xor _>` ", "Inplace 版本的 bitwise_xor API,对输入 x 采用 Inplace 策略"
194
195
" :ref: `paddle.tanh_ <cn_api_paddle_tanh _>` ", "Inplace 版本的 tanh API,对输入 x 采用 Inplace 策略"
195
196
" :ref: `paddle.erf_ <cn_api_paddle_erf _>` ", "Inplace 版本的 erf API,对输入 x 采用 Inplace 策略"
196
197
" :ref: `paddle.erfinv_ <cn_api_paddle_erfinv _>` ", "Inplace 版本的 erfinv API,对输入 x 采用 Inplace 策略"
Original file line number Diff line number Diff line change
1
+ .. _cn_api_paddle_bitwise_xor_ :
2
+
3
+ bitwise_xor\_
4
+ -------------------------------
5
+
6
+ .. py :function :: paddle.bitwise_xor_(x, y, name = None )
7
+
8
+ Inplace 版本的 :ref: `cn_api_paddle_bitwise_xor ` 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
You can’t perform that action at this time.
0 commit comments