Home
last modified time | relevance | path

Searched refs:m_modelName (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_compiled_cache/
H A Dnn_compiled_cache_test.cpp251 std::string m_modelName = "test"; variable
252 nncompiledCache.SetModelName(m_modelName);
354 std::string m_modelName = "test"; variable
355 nncompiledCache.SetModelName(m_modelName);
478 std::string m_modelName; variable
479 nncompiledCache.SetModelName(m_modelName);
583 std::string m_modelName = "test"; variable
584 nncompiledCache.SetModelName(m_modelName);
/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()
112 std::string cacheModelPath = cacheDir + "/" + m_modelName + std::to_string(i) + ".nncache"; in Restore()
160 m_modelName = modelName; in SetModelName()
224 std::string cacheModelFile = cachePath + "/" + m_modelName + std::to_string(i) + ".nncache"; in GenerateCacheModel()
278 std::string cacheInfoPath = cachePath + "/" + m_modelName + "cache_info.nncache"; in WriteCacheInfo()
H A Dnncompiled_cache.h74 std::string m_modelName; variable