Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp1134 mSourceOperandToConstantReference(std::move(sourceOperandToConstantReference)), in Controller()
1466 const auto& sourceOperandToConstantReference = controller->mSourceOperandToConstantReference; in getBuffer()
1576 controller->mSourceOperandToConstantReference); in nextCompound()
1595 mSourceOperandToConstantReference.count(innerOperand), in setInput()
1601 mSourceOperandToConstantReference.erase(innerOperand); in setInput()
1611 } else if (auto it = mSourceOperandToConstantReference.find(outerOperand); in setInput()
1612 it != mSourceOperandToConstantReference.end()) { in setInput()
1613 mSourceOperandToConstantReference.emplace(innerOperand, it->second); in setInput()
DExecutionPlan.h658 std::map<SourceOperandIndex, ConstantReferenceLocation> mSourceOperandToConstantReference; variable