Searched defs:cacheModelPath (Results 1 – 2 of 2) sorted by relevance
109 std::string cacheModelPath = cacheDir + "/" + m_modelName + std::to_string(i) + ".nncache"; in Restore() local
147 OH_NN_ReturnCode NNCompiler::SetCacheDir(const std::string& cacheModelPath, uint32_t version) in SetCacheDir()