Searched refs:sortedIndexes (Results 1 – 1 of 1) sorted by relevance
567 std::vector<uint32_t> sortedIndexes = indexes; in validateModelInputOutputs() local568 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()