Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.h756 SourceOperandIndex getInputSourceOperand(uint32_t index) const;
DExecutionPlan.cpp1989 SourceOperandIndex ExecutionPlan::getInputSourceOperand(uint32_t index) const { in getInputSourceOperand() function in android::nn::ExecutionPlan
2016 const auto sourceOperandIndex = mPlan->getInputSourceOperand(index); in forEachStepRoleOfInput()
2043 const auto sourceOperandIndex = type == IOType::INPUT ? getInputSourceOperand(index) in getMemoryPreference()