Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/
DUtils.cpp84 template <typename EntryType, uint32_t entryCount, uint32_t entryCountOEM>
86 const EntryType (&tableOEM)[entryCountOEM], in tableLookup() argument
90 } else if (code >= kOEMCodeBase && (code - kOEMCodeBase) < entryCountOEM) { in tableLookup()