Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnncompiler.cpp655 int currentOpVersion = std::stoi(currentVersion.substr(OPVERSION_SUBSTR_NUM)); in RestoreFromCacheFile() local
665 LOGI("isUpdatable currentOpVersion is: %{public}d", currentOpVersion); in RestoreFromCacheFile()
668 if (currentOpVersion > modelCacheInfo.opVersion) { in RestoreFromCacheFile()
688 *cacheInfoPtr++ = currentOpVersion; in RestoreFromCacheFile()
H A Dnncompiled_cache.cpp253 int currentOpVersion = std::stoi(currentVersion.substr(OPVERSION_SUBSTR_NUM)); in GenerateCacheModel() local
254 *cacheInfoPtr++ = currentOpVersion; in GenerateCacheModel()