Home
last modified time | relevance | path

Searched refs:getOutputOperandIndex (Results 1 – 4 of 4) sorted by relevance

/packages/modules/NeuralNetworks/runtime/
DModelBuilder.h97 uint32_t getOutputOperandIndex(uint32_t i) const { in getOutputOperandIndex() function
103 uint32_t index = getOutputOperandIndex(i); in getOutputOperand()
DExecutionPlan.cpp785 mainModelOperandToOutputIndex[mainModel->getOutputOperandIndex(i)] = i; in finishStepModel()
954 SourceOperandIndex index(kMainModelInSourceModels, mainModel->getOutputOperandIndex(i)); in finish()
1999 const auto operandIndex = mainModel->getOutputOperandIndex(index); in getOutputSourceOperand()
2265 thenModelIndex, thenModel->getOutputOperandIndex(i)); in partitionTheWorkInternal()
2274 elseModelIndex, elseModel->getOutputOperandIndex(i)); in partitionTheWorkInternal()
2325 SourceOperandIndex(condModelIndex, condModel->getOutputOperandIndex(0)); in partitionTheWorkInternal()
2333 bodyModelIndex, bodyModel->getOutputOperandIndex(i)); in partitionTheWorkInternal()
DExecutionBuilder.cpp1234 const uint32_t stepModelOperandIndex = mModel->getOutputOperandIndex(i); in updateOutputShapes()
/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioning.cpp1403 uint32_t outputA = modelA->getOutputOperandIndex(i); in compare()
1404 uint32_t outputB = modelB->getOutputOperandIndex(i); in compare()