Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnncompiled_cache.cpp29 constexpr int32_t MAX_MODEL_SIZE = 500 * 1024 * 1024; // 200MB variable
427 if ((handleValue > MAX_MODEL_SIZE) || (handleValue == NULL_PTR_LENGTH)) { in GetCacheFileLength()