Searched refs:mOperandMap (Results 1 – 2 of 2) sorted by relevance
83 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
274 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()