Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/include/
DUtils.h268 inline bool validCode(uint32_t codeCount, uint32_t codeCountOEM, uint32_t code) { in validCode() argument
269 return (code < codeCount) || (code >= kOEMCodeBase && (code - kOEMCodeBase) < codeCountOEM); in validCode()