Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionBuilder.cpp1211 const auto& indexMapping = mExecutionStep->getOutputIndexStepModelToMainModel(); in updateOutputShapes() local
1212 NN_RET_CHECK_LE(indexMapping.size(), from.size()); in updateOutputShapes()
1213 for (uint32_t i = 0, e = indexMapping.size(); i < e; i++) { in updateOutputShapes()
1214 const uint32_t toIndex = indexMapping[i]; in updateOutputShapes()