Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp951 mSourceOperandToInputIndex[index] = i; in finish()
1132 mSourceOperandToInputIndex(std::move(sourceOperandToInputIndex)), in Controller()
1384 std::move(sourceOperandToLocationOfTemporary2), body->mSourceOperandToInputIndex, in makeController()
1464 const auto& sourceOperandToInputIndex = controller->mSourceOperandToInputIndex; in getBuffer()
1575 controller->mSourceOperandToInputIndex, controller->mSourceOperandToOutputIndex, in nextCompound()
1593 mSourceOperandToInputIndex.count(innerOperand) + in setInput()
1599 mSourceOperandToInputIndex.erase(innerOperand); in setInput()
1605 } else if (auto it = mSourceOperandToInputIndex.find(outerOperand); in setInput()
1606 it != mSourceOperandToInputIndex.end()) { in setInput()
1607 mSourceOperandToInputIndex.emplace(innerOperand, it->second); in setInput()
[all …]
DExecutionPlan.h653 std::map<SourceOperandIndex, uint32_t> mSourceOperandToInputIndex; variable
910 std::map<SourceOperandIndex, uint32_t> mSourceOperandToInputIndex; member