Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.h83 const auto it = mOperandMap.find(fromModelIndex); in recordTempAsSubModelOutput()
84 nnAssert(it != mOperandMap.end()); in recordTempAsSubModelOutput()
139 std::unordered_map<uint32_t, uint32_t> mOperandMap; variable
DExecutionPlan.cpp274 auto i = mOperandMap.find(fromOperandIndex); in addOperand()
275 if (i != mOperandMap.end()) { in addOperand()
283 mOperandMap.insert(std::pair<uint32_t, uint32_t>(fromOperandIndex, *toOperandIndex)); in addOperand()