Searched refs:indexMapping (Results 1 – 1 of 1) sorted by relevance
1211 const auto& indexMapping = mExecutionStep->getOutputIndexStepModelToMainModel(); in updateOutputShapes() local1212 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()