Return communication stream on this device.
stream (Stream), communication stream.
Examples
>>> import mindspore as ms >>> ms.set_device("Ascend", 0) >>> ms.runtime.communication_stream() Stream(device_name=Ascend, device_id:0, stream id:1)