Searched refs:sendBuf (Results 1 – 1 of 1) sorted by relevance
/third_party/mindspore/tests/ut/cpp/stub/hccl/ |
D | hccl_stub.cc | 152 HcclResult HcclAllReduce(void *sendBuf, void *recvBuf, uint64_t count, HcclDataType dataType, HcclR… in HcclAllReduce() argument 162 HcclResult HcclReduceScatter(void *sendBuf, void *recvBuf, uint64_t recvCount, HcclDataType dataTyp… in HcclReduceScatter() argument 167 HcclResult HcclAllGather(void *sendBuf, void *recvBuf, uint64_t sendCount, HcclDataType dataType, H… in HcclAllGather() argument
|