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