Searched refs:indexMapping (Results 1 – 1 of 1) sorted by relevance
1258 const auto& indexMapping = mExecutionStep->getOutputIndexStepModelToMainModel(); in updateOutputShapes() local1259 NN_RET_CHECK_LE(indexMapping.size(), from.size()); in updateOutputShapes()1260 for (uint32_t i = 0, e = indexMapping.size(); i < e; i++) { in updateOutputShapes()1261 const uint32_t toIndex = indexMapping[i]; in updateOutputShapes()