Home
last modified time | relevance | path

Searched defs:cacheInfoPath (Results 1 – 4 of 4) sorted by relevance

/foundation/ai/neural_network_runtime/test/unittest/components/nn_compiled_cache/
Dnn_compiled_cache_test.cpp517 std::string cacheInfoPath = "MOCK"; variable
534 std::string cacheInfoPath = "/data/data/0.nncache"; variable
551 std::string cacheInfoPath = "/data/data/testcache_info.nncache"; variable
575 std::string cacheInfoPath = "/data/data/testcache_info.nncache"; variable
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
Dnncompiled_cache.cpp92 std::string cacheInfoPath = cacheDir + "/" + m_modelName + "cache_info.nncache"; in Restore() local
291 std::string cacheInfoPath = cachePath + "/" + m_modelName + "cache_info.nncache"; in WriteCacheInfo() local
Dneural_network_runtime.cpp623 OH_NN_ReturnCode CheckCacheFile(const std::string& cacheInfoPath, int64_t& fileNumber, in CheckCacheFile()
681 …std::string cacheInfoPath = std::string(cacheDir) + "/" + std::string(modelName) + "cache_info.nnc… in OH_NNModel_HasCache() local
Dnncompiler.cpp665 …std::string cacheInfoPath = m_cachePath + "/" + m_extensionConfig.modelName + "cache_info.nncache"; in RestoreFromCacheFile() local
1122 std::string cacheInfoPath(modelCachePath); in GetModelSizeFromCache() local