Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.h757 SourceOperandIndex getOutputSourceOperand(uint32_t index) const;
DExecutionPlan.cpp1996 SourceOperandIndex ExecutionPlan::getOutputSourceOperand(uint32_t index) const { in getOutputSourceOperand() function in android::nn::ExecutionPlan
2023 const auto sourceOperandIndex = mPlan->getOutputSourceOperand(index); in forEachStepRoleOfOutput()
2044 : getOutputSourceOperand(index); in getMemoryPreference()