Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_compiled_cache/
H A Dnn_compiled_cache_test.cpp529 std::string cacheInfoPath = "MOCK"; variable
546 std::string cacheInfoPath = "/data/data/0.nncache"; variable
563 std::string cacheInfoPath = "/data/data/testcache_info.nncache"; variable
587 std::string cacheInfoPath = "/data/data/testcache_info.nncache"; variable
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnncompiled_cache.cpp82 std::string cacheInfoPath = cacheDir + "/" + m_modelName + "cache_info.nncache"; in Restore() local
278 std::string cacheInfoPath = cachePath + "/" + m_modelName + "cache_info.nncache"; in WriteCacheInfo() local
H A Dneural_network_runtime.cpp533 OH_NN_ReturnCode CheckCacheFile(const std::string& cacheInfoPath, int64_t& fileNumber, int64_t& cac… in CheckCacheFile()
582 …std::string cacheInfoPath = std::string(cacheDir) + "/" + std::string(modelName) + "cache_info.nnc… in OH_NNModel_HasCache() local
H A Dnncompiler.cpp658 …std::string cacheInfoPath = m_cachePath + "/" + m_extensionConfig.modelName + "cache_info.nncache"; in RestoreFromCacheFile() local