Searched refs:lib_path_to_backend_id_ (Results 1 – 2 of 2) sorted by relevance
46 QnnImplementation::lib_path_to_backend_id_; member in executorch::backends::qnn::QnnImplementation106 lib_path_to_backend_id_[lib_path] = backend_id; in StartBackend()141 lib_path_to_backend_id_.erase(lib_path); in StartBackend()174 lib_path_to_backend_id_.clear(); in TerminateAllBackends()184 if (lib_path_to_backend_id_.count(lib_path_) == 0) { in Load()191 backend_id = lib_path_to_backend_id_[lib_path_]; in Load()
46 static std::unordered_map<std::string, BackendIdType> lib_path_to_backend_id_; variable