ADchampion3

Results 2 issues of ADchampion3

### bug描述 Describe the Bug 在进行文档修复任务时, [#76545](https://github.com/PaddlePaddle/Paddle/issues/76545), paddle.randint出现在本地windows环境和飞桨AI Studio环境相同示例跑出结果不同的情况 ```python import random import numpy as np import paddle paddle.seed(2023) np.random.seed(2023) random.seed(2023) device = paddle.set_device('cpu') # or 'gpu' label = paddle.randint(0,...

status/new-issue
type/bug-report

### PR Category User Experience ### PR Types New features ### Description Add ``torch.Tensor.bitwise_left_shift``,``torch.Tensor.bitwise_right_shift``,``torch.Tensor.bitwise_left_shift_`` ,``torch.Tensor.bitwise_right_shift_``parameter alias support(c++ sink) + 兼容torch input, other参数 + 增加out参数支持

contributor
HappyOpenSource
API Compatibility