### bug描述 Describe the Bug 这边传进去 [all_to_all_tensor_on_calc_stream](https://github.com/eee4017/Paddle/blob/develop/python/paddle/distributed/communication/stream/all_to_all.py#L30 ) 第一个参数是 in_tensor,但是到 [pybind](https://github.com/PaddlePaddle/Paddle/blob/develop/paddle/fluid/pybind/distributed_py.cc#L932) 第一个参数是 out_tensor。 之前有提过一个修正[PR#65093](https://github.com/PaddlePaddle/Paddle/pull/65093),但有引发其他问题,[PR#65701](https://github.com/PaddlePaddle/Paddle/pull/65701)撤銷了修正PR#65093。 ### 其他补充信息 Additional Supplementary Information _No response_