Searched refs:ReadCacheModelFile (Results 1 – 2 of 2) sorted by relevance
67 OH_NN_ReturnCode ReadCacheModelFile(const std::string& file, Buffer& cache) const;
119 ret = ReadCacheModelFile(cacheModelPath, modelBuffer); in Restore()345 OH_NN_ReturnCode NNCompiledCache::ReadCacheModelFile(const std::string& filePath, in ReadCacheModelFile() function in OHOS::NeuralNetworkRuntime::NNCompiledCache