Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/
DValidateHal.cpp567 std::vector<uint32_t> sortedIndexes = indexes; in validateModelInputOutputs() local
568 std::sort(sortedIndexes.begin(), sortedIndexes.end()); in validateModelInputOutputs()
569 auto adjacentI = std::adjacent_find(sortedIndexes.begin(), sortedIndexes.end()); in validateModelInputOutputs()
570 if (adjacentI != sortedIndexes.end()) { in validateModelInputOutputs()
577 !binary_search(sortedIndexes.begin(), sortedIndexes.end(), i)) { in validateModelInputOutputs()