Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnncompiled_cache.h69 OH_NN_ReturnCode GetCacheFileLength(std::ifstream& ifs, int& fileSize) const;
H A Dnncompiled_cache.cpp356 OH_NN_ReturnCode ret = GetCacheFileLength(ifs, fsize); in ReadCacheModelFile()
412 OH_NN_ReturnCode NNCompiledCache::GetCacheFileLength(std::ifstream& ifs, int& fileSize) const in GetCacheFileLength() function in OHOS::NeuralNetworkRuntime::NNCompiledCache