Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
Dintrp_service.cc30 if (!all_intrp_resources_.empty()) { in ~IntrpService()
51 auto it = all_intrp_resources_.emplace(name, res); in Register()
69 auto n = all_intrp_resources_.erase(name); in Deregister()
81 for (auto const &it : all_intrp_resources_) { in InterruptAll()
Dintrp_service.h58 std::map<std::string, IntrpResource *> all_intrp_resources_; variable