Searched refs:mSourceOperandToOutputIndex (Results 1 – 2 of 2) sorted by relevance
666 CHECK(mSourceOperandToOutputIndex.find(sourceOperandIndex) != in findModelOutputsThatAreDownstreamInputs()667 mSourceOperandToOutputIndex.end()); in findModelOutputsThatAreDownstreamInputs()669 mSourceOperandToOutputIndex.at(sourceOperandIndex)); in findModelOutputsThatAreDownstreamInputs()999 mSourceOperandToOutputIndex[index] = i; in finish()1185 mSourceOperandToOutputIndex(std::move(sourceOperandToOutputIndex)), in Controller()1437 body->mSourceOperandToOutputIndex, body->mSourceOperandToBoundaryConstantCopy, in makeController()1517 const auto& sourceOperandToOutputIndex = controller->mSourceOperandToOutputIndex; in getBuffer()1627 controller->mSourceOperandToInputIndex, controller->mSourceOperandToOutputIndex, in nextCompound()1646 mSourceOperandToOutputIndex.count(innerOperand) + in setInput()1652 mSourceOperandToOutputIndex.erase(innerOperand); in setInput()[all …]
655 std::map<SourceOperandIndex, uint32_t> mSourceOperandToOutputIndex; variable918 std::map<SourceOperandIndex, uint32_t> mSourceOperandToOutputIndex; member