Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dkernel_runtime_manager.cc61 if (runtime_creators_.find(device_name) == runtime_creators_.end()) { in Register()
62 (void)runtime_creators_.emplace(device_name, runtime_creator); in Register()
101 auto creator_iter = runtime_creators_.find(device_name); in GetKernelRuntime()
102 if (creator_iter != runtime_creators_.end()) { in GetKernelRuntime()
Dkernel_runtime_manager.h50 std::map<std::string, KernelRuntimeCreator> runtime_creators_; variable