Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnncompiled_cache.h29 const uint32_t INVALID_CAHCE_VERSION = UINT32_MAX; // UINT32_MAX is reserved for invalid cache vers… variable
H A Dnncompiler.cpp516 if (m_cacheVersion == INVALID_CAHCE_VERSION) { in SaveToCacheFile()
586 if (m_cacheVersion == INVALID_CAHCE_VERSION) { in RestoreFromCacheFile()