Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/
DValidateHal.cpp569 auto adjacentI = std::adjacent_find(sortedIndexes.begin(), sortedIndexes.end()); in validateModelInputOutputs() local
570 if (adjacentI != sortedIndexes.end()) { in validateModelInputOutputs()
571 LOG(ERROR) << "Model input or output occurs multiple times: " << *adjacentI; in validateModelInputOutputs()