Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp672 mSourceOperandToOutputIndex[index] = i; in finish()
751 mSourceOperandToOutputIndex(std::move(sourceOperandToOutputIndex)), in Controller()
975 compound()->mSourceOperandToOutputIndex, in makeController()
1051 const auto& sourceOperandToOutputIndex = controller->mSourceOperandToOutputIndex; in getBuffer()
1178 controller->mSourceOperandToOutputIndex, controller->mSourceOperandToConstantReference); in nextCompound()
1196 mSourceOperandToOutputIndex.count(innerOperand) + in setInput()
1202 mSourceOperandToOutputIndex.erase(innerOperand); in setInput()
1210 } else if (auto it = mSourceOperandToOutputIndex.find(outerOperand); in setInput()
1211 it != mSourceOperandToOutputIndex.end()) { in setInput()
1212 mSourceOperandToOutputIndex.emplace(innerOperand, it->second); in setInput()
[all …]
DExecutionPlan.h495 std::map<SourceOperandIndex, uint32_t> mSourceOperandToOutputIndex; variable
697 std::map<SourceOperandIndex, uint32_t> mSourceOperandToOutputIndex; member