Searched refs:MAX_MODEL_SIZE (Results 1 – 1 of 1) sorted by relevance
29 constexpr int32_t MAX_MODEL_SIZE = 500 * 1024 * 1024; // 200MB variable427 if ((handleValue > MAX_MODEL_SIZE) || (handleValue == NULL_PTR_LENGTH)) { in GetCacheFileLength()