Home
last modified time | relevance | path

Searched refs:ReadCacheModelFile (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnncompiled_cache.h67 OH_NN_ReturnCode ReadCacheModelFile(const std::string& file, Buffer& cache) const;
H A Dnncompiled_cache.cpp119 ret = ReadCacheModelFile(cacheModelPath, modelBuffer); in Restore()
345 OH_NN_ReturnCode NNCompiledCache::ReadCacheModelFile(const std::string& filePath, in ReadCacheModelFile() function in OHOS::NeuralNetworkRuntime::NNCompiledCache