Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp666 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 …]
DExecutionPlan.h655 std::map<SourceOperandIndex, uint32_t> mSourceOperandToOutputIndex; variable
918 std::map<SourceOperandIndex, uint32_t> mSourceOperandToOutputIndex; member