Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp409 std::map<uint32_t, uint32_t> fromModelOperandIndexToOutputIndex; in finishSubModel() local
411 fromModelOperandIndexToOutputIndex[fromModel->getOutputOperandIndex(i)] = i; in finishSubModel()
416 const auto it = fromModelOperandIndexToOutputIndex.find(fromModelOperandIndex); in finishSubModel()
417 if (it == fromModelOperandIndexToOutputIndex.end()) { in finishSubModel()