Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/ps/ps_cache/ps_data/
Dps_data_prefetch.cc30 auto iter = ps_data_channel_map_.find(channel_name); in CreateDataChannel()
31 if (iter != ps_data_channel_map_.end()) { in CreateDataChannel()
38 (void)ps_data_channel_map_.emplace(channel_name, channel); in CreateDataChannel()
43 auto iter = ps_data_channel_map_.find(channel_name); in ps_data_channel()
44 if (iter == ps_data_channel_map_.end()) { in ps_data_channel()
156 for (auto iter = ps_data_channel_map_.begin(); iter != ps_data_channel_map_.end(); ++iter) { in WakeAllChannel()
Dps_data_prefetch.h55 std::map<std::string, std::shared_ptr<PsDataChannel>> ps_data_channel_map_; variable