bitwise_right_shift_

paddle. bitwise_right_shift_ ( x, y, is_arithmetic=True, out=None, name=None ) [源代码]

Inplace 版本的 bitwise_right_shift API,对输入 x 采用 Inplace 策略。

更多关于 inplace 操作的介绍请参考 3.1.3 原位(Inplace)操作和非原位操作的区别 了解详情。