Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp626 CHECK(mSourceOperandToOutputIndex.find(sourceOperandIndex) != in findModelOutputsThatAreDownstreamInputs()
627 mSourceOperandToOutputIndex.end()); in findModelOutputsThatAreDownstreamInputs()
629 mSourceOperandToOutputIndex.at(sourceOperandIndex)); in findModelOutputsThatAreDownstreamInputs()
955 mSourceOperandToOutputIndex[index] = i; in finish()
1133 mSourceOperandToOutputIndex(std::move(sourceOperandToOutputIndex)), in Controller()
1385 body->mSourceOperandToOutputIndex, body->mSourceOperandToBoundaryConstantCopy, in makeController()
1465 const auto& sourceOperandToOutputIndex = controller->mSourceOperandToOutputIndex; in getBuffer()
1575 controller->mSourceOperandToInputIndex, controller->mSourceOperandToOutputIndex, in nextCompound()
1594 mSourceOperandToOutputIndex.count(innerOperand) + in setInput()
1600 mSourceOperandToOutputIndex.erase(innerOperand); in setInput()
[all …]
DExecutionPlan.h655 std::map<SourceOperandIndex, uint32_t> mSourceOperandToOutputIndex; variable
915 std::map<SourceOperandIndex, uint32_t> mSourceOperandToOutputIndex; member