Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/backends/qualcomm/runtime/backends/
H A DQnnImplementation.cpp46 QnnImplementation::lib_path_to_backend_id_; member in executorch::backends::qnn::QnnImplementation
106 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()
H A DQnnImplementation.h46 static std::unordered_map<std::string, BackendIdType> lib_path_to_backend_id_; variable