Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnncompiled_cache.cpp279 … std::ofstream cacheInfoStream(cacheInfoPath, std::ios::binary | std::ios::out | std::ios::trunc); in WriteCacheInfo() local
280 if (cacheInfoStream.fail()) { in WriteCacheInfo()
285 if (!cacheInfoStream.write(reinterpret_cast<const char*>(cacheInfo.get()), cacheSize)) { in WriteCacheInfo()
287 cacheInfoStream.close(); in WriteCacheInfo()
291 cacheInfoStream.close(); in WriteCacheInfo()