mindspore.runtime.communication_stream

查看源文件
mindspore.runtime.communication_stream()[源代码]

返回此设备上的通信流。

返回:

Stream,此设备上的通信流。

样例:

>>> import mindspore as ms
>>> ms.set_device("Ascend", 0)
>>> ms.runtime.communication_stream()
Stream(device_name=Ascend, device_id:0, stream id:1)