Home
last modified time | relevance | path

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

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