Searched refs:runtime_creators_ (Results 1 – 2 of 2) sorted by relevance
61 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()
50 std::map<std::string, KernelRuntimeCreator> runtime_creators_; variable