Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp668 mSourceOperandToInputIndex[index] = i; in finish()
750 mSourceOperandToInputIndex(std::move(sourceOperandToInputIndex)), in Controller()
974 std::move(sourceOperandToOffsetOfTemporary2), compound()->mSourceOperandToInputIndex, in makeController()
1050 const auto& sourceOperandToInputIndex = controller->mSourceOperandToInputIndex; in getBuffer()
1177 controller->mSourceOperandToOffsetOfTemporary, controller->mSourceOperandToInputIndex, in nextCompound()
1195 mSourceOperandToInputIndex.count(innerOperand) + in setInput()
1201 mSourceOperandToInputIndex.erase(innerOperand); in setInput()
1207 } else if (auto it = mSourceOperandToInputIndex.find(outerOperand); in setInput()
1208 it != mSourceOperandToInputIndex.end()) { in setInput()
1209 mSourceOperandToInputIndex.emplace(innerOperand, it->second); in setInput()
[all …]
DExecutionPlan.h493 std::map<SourceOperandIndex, uint32_t> mSourceOperandToInputIndex; variable
692 std::map<SourceOperandIndex, uint32_t> mSourceOperandToInputIndex; member