Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DTopK_V2.cpp40 int32_t* curOutputIndex = indicesData; in evalGeneric() local
50 *curOutputIndex = values[i].second; in evalGeneric()
52 curOutputIndex++; in evalGeneric()