Searched refs:getInputSourceOperand (Results 1 – 2 of 2) sorted by relevance
756 SourceOperandIndex getInputSourceOperand(uint32_t index) const;
1989 SourceOperandIndex ExecutionPlan::getInputSourceOperand(uint32_t index) const { in getInputSourceOperand() function in android::nn::ExecutionPlan2016 const auto sourceOperandIndex = mPlan->getInputSourceOperand(index); in forEachStepRoleOfInput()2043 const auto sourceOperandIndex = type == IOType::INPUT ? getInputSourceOperand(index) in getMemoryPreference()