Searched refs:fromModelOperandIndexToOutputIndex (Results 1 – 1 of 1) sorted by relevance
409 std::map<uint32_t, uint32_t> fromModelOperandIndexToOutputIndex; in finishSubModel() local411 fromModelOperandIndexToOutputIndex[fromModel->getOutputOperandIndex(i)] = i; in finishSubModel()416 const auto it = fromModelOperandIndexToOutputIndex.find(fromModelOperandIndex); in finishSubModel()417 if (it == fromModelOperandIndexToOutputIndex.end()) { in finishSubModel()