Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/
DValidateHal.cpp576 auto adjacentI = std::adjacent_find(sortedIndexes.begin(), sortedIndexes.end()); in validateModelInputOutputs() local
577 if (adjacentI != sortedIndexes.end()) { in validateModelInputOutputs()
578 LOG(ERROR) << "Model input or output occurs multiple times: " << *adjacentI; in validateModelInputOutputs()