Home
last modified time | relevance | path

Searched refs:res_output (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/ps/core/
Dabstract_node.cc374 auto res_output = received_data_[std::make_pair(rank_id, rank_request_id)]; in CollectiveReceiveAsync() local
375 MS_EXCEPTION_IF_NULL(res_output); in CollectiveReceiveAsync()
379 *output = res_output; in CollectiveReceiveAsync()