File tree 3 files changed +22
-0
lines changed
3 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -193,6 +193,8 @@ tensor 数学操作原位(inplace)版本
193
193
" :ref: `paddle.abs_ <cn_api_paddle_abs _>` ", "Inplace 版本的 abs API,对输入 x 采用 Inplace 策略"
194
194
" :ref: `paddle.baddbmm_ <cn_api_paddle_baddbmm _>` ", "Inplace 版本的 baddbmm API,对输入 input 采用 Inplace 策略"
195
195
" :ref: `paddle.bernoulli_ <cn_api_paddle_bernoulli _>` ", "Inplace 版本的 bernoulli API,对输入 x 采用 Inplace 策略"
196
+ " :ref: `paddle.bitwise_and_ <cn_api_paddle_bitwise_and _>` ", "Inplace 版本的 bitwise_and API,对输入 x 采用 Inplace 策略"
197
+ " :ref: `paddle.bitwise_invert_ <cn_api_paddle_bitwise_invert _>` ", "Inplace 版本的 bitwise_invert API,对输入 x 采用 Inplace 策略"
196
198
" :ref: `paddle.bitwise_xor_ <cn_api_paddle_bitwise_xor _>` ", "Inplace 版本的 bitwise_xor API,对输入 x 采用 Inplace 策略"
197
199
" :ref: `paddle.tanh_ <cn_api_paddle_tanh _>` ", "Inplace 版本的 tanh API,对输入 x 采用 Inplace 策略"
198
200
" :ref: `paddle.erf_ <cn_api_paddle_erf _>` ", "Inplace 版本的 erf API,对输入 x 采用 Inplace 策略"
Original file line number Diff line number Diff line change
1
+ .. _cn_api_paddle_bitwise_and_ :
2
+
3
+ bitwise\_ and\_
4
+ -------------------------------
5
+
6
+ .. py :function :: paddle.bitwise_and_(x, y, name = None )
7
+ Inplace 版本的 :ref: `cn_api_paddle_bitwise_and ` API,对输入 `x ` 采用 Inplace 策略。
8
+ 更多关于 inplace 操作的介绍请参考 `3.1.3 原位(Inplace)操作和非原位操作的区别 `_ 了解详情。
9
+
10
+ .. _3.1.3 原位(Inplace)操作和非原位操作的区别 : https://www.paddlepaddle.org.cn/documentation/docs/zh/develop/guides/beginner/tensor_cn.html#id3
Original file line number Diff line number Diff line change
1
+ .. _cn_api_paddle_bitwise_invert_ :
2
+
3
+ bitwise\_ invert\_
4
+ -------------------------------
5
+
6
+ .. py :function :: paddle.bitwise_invert_(x ,name = None )
7
+ Inplace 版本的 :ref: `cn_api_paddle_bitwise_invert ` API,对输入 `x ` 采用 Inplace 策略。
8
+ 更多关于 inplace 操作的介绍请参考 `3.1.3 原位(Inplace)操作和非原位操作的区别 `_ 了解详情。
9
+
10
+ .. _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