Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnncompiled_cache.cpp35 constexpr int OPVERSION_SUBSTR_NUM = 2; variable
253 int currentOpVersion = std::stoi(currentVersion.substr(OPVERSION_SUBSTR_NUM)); in GenerateCacheModel()
H A Dnncompiler.cpp35 const int OPVERSION_SUBSTR_NUM = 2; variable
655 int currentOpVersion = std::stoi(currentVersion.substr(OPVERSION_SUBSTR_NUM)); in RestoreFromCacheFile()