Searched refs:GetCacheFileLength (Results 1 – 2 of 2) sorted by relevance
69 OH_NN_ReturnCode GetCacheFileLength(std::ifstream& ifs, int& fileSize) const;
356 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