HomeSort by relevance Sort by last modified time
    Searched refs:validCode (Results 1 - 3 of 3) sorted by null

  /frameworks/ml/nn/common/include/
Utils.h 135 inline bool validCode(uint32_t codeCount, uint32_t codeCountOEM, uint32_t code) {
  /frameworks/ml/nn/runtime/
ModelBuilder.cpp 207 if (!validCode(kNumberOfOperationTypes, kNumberOfOperationTypesOEM, type)) {
  /frameworks/ml/nn/common/
Utils.cpp 296 if (!validCode(kNumberOfDataTypes, kNumberOfDataTypesOEM, type.type)) {
    [all...]

Completed in 177 milliseconds