Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp752 mSourceOperandToConstantReference(std::move(sourceOperandToConstantReference)), in Controller()
1052 const auto& sourceOperandToConstantReference = controller->mSourceOperandToConstantReference; in getBuffer()
1178 controller->mSourceOperandToOutputIndex, controller->mSourceOperandToConstantReference); in nextCompound()
1197 mSourceOperandToConstantReference.count(innerOperand), in setInput()
1203 mSourceOperandToConstantReference.erase(innerOperand); in setInput()
1213 } else if (auto it = mSourceOperandToConstantReference.find(outerOperand); in setInput()
1214 it != mSourceOperandToConstantReference.end()) { in setInput()
1215 mSourceOperandToConstantReference.emplace(innerOperand, it->second); in setInput()
DExecutionPlan.h498 std::map<SourceOperandIndex, ConstantReferenceLocation> mSourceOperandToConstantReference; variable