Home
last modified time | relevance | path

Searched defs:sourceOperandIndex (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/runtime/
H A DExecutionPlan.cpp190 std::string toString(SourceOperandIndex sourceOperandIndex) { in toString()
304 bool DynamicTemporaries::redeclare(SourceOperandIndex sourceOperandIndex, in redeclare()
346 for (const auto& sourceOperandIndex : sourceOperandIndexesI->second) { in allocate() local
384 SourceOperandIndex sourceOperandIndex, bool mustBeAllocated) const { in lookup()
617 [this](const SourceOperandIndex& sourceOperandIndex) { in findModelOutputsThatAreDownstreamInputs()
794 uint32_t sourceOperandIndex = e.first; in finishStepModel() local
804 uint32_t sourceOperandIndex = e.first; in finishStepModel() local
814 uint32_t sourceOperandIndex = e.first; in finishStepModel() local
883 for (const auto& sourceOperandIndex : operands) { in finish() local
2016 const auto sourceOperandIndex = mPlan->getInputSourceOperand(index); in forEachStepRoleOfInput() local
[all …]
H A DExecutionBuilder.h112 const Operand& getSourceOperand(const std::pair<uint32_t, uint32_t>& sourceOperandIndex) const { in getSourceOperand() argument
H A DExecutionPlan.h787 const Operand& getSourceOperand(const std::pair<uint32_t, uint32_t>& sourceOperandIndex) const { in getSourceOperand() argument
H A DExecutionBuilder.cpp1240 const auto sourceOperandIndex = SourceOperandIndex(sourceModelIndex, it->second); in updateOutputShapes() local