Searched refs:m_cachePath (Results 1 – 3 of 3) sorted by relevance
85 std::string m_cachePath = "a"; variable109 std::string m_cachePath = "a"; variable173 std::string m_cachePath = "a"; variable234 std::string m_cachePath = "/data/data"; variable268 std::string m_cachePath = "a"; variable286 std::string m_cachePath; variable304 std::string m_cachePath = "a"; variable332 std::string m_cachePath = "a"; variable357 std::string m_cachePath = "/data"; variable379 std::string m_cachePath = "/data/data"; variable[all …]
171 m_cachePath = cacheModelPath; in SetCacheDir()381 static_cast<OH_NN_Priority>(m_priority), m_cachePath, m_extensionConfig}; in NormalBuild()395 if (!m_cachePath.empty()) { in NormalBuild()459 if (realpath(m_cachePath.c_str(), path) == nullptr) { in OnlineBuild()511 if (m_cachePath.empty()) { in SaveToCacheFile()567 ret = compiledCache.Save(caches, m_cachePath, m_cacheVersion); in SaveToCacheFile()581 if (m_cachePath.empty()) { in RestoreFromCacheFile()605 ret = compiledCache.Restore(m_cachePath, m_cacheVersion, caches); in RestoreFromCacheFile()658 …std::string cacheInfoPath = m_cachePath + "/" + m_extensionConfig.modelName + "cache_info.nncache"; in RestoreFromCacheFile()690 ret = compiledCache.WriteCacheInfo(infoCharNumber, cacheInfo, m_cachePath); in RestoreFromCacheFile()
78 std::string m_cachePath; variable