Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DModelBuilder.h97 uint32_t getOutputOperandIndex(uint32_t i) const { in getOutputOperandIndex() function
103 uint32_t index = getOutputOperandIndex(i); in getOutputOperand()
DExecutionPlan.cpp511 mainModelOperandToOutputIndex[mainModel->getOutputOperandIndex(i)] = i; in finishStepModel()
671 SourceOperandIndex index(kMainModelInSourceModels, mainModel->getOutputOperandIndex(i)); in finish()
1770 thenModelIndex, thenModel->getOutputOperandIndex(i)); in partitionTheWorkInternal()
1779 elseModelIndex, elseModel->getOutputOperandIndex(i)); in partitionTheWorkInternal()
1830 SourceOperandIndex(condModelIndex, condModel->getOutputOperandIndex(0)); in partitionTheWorkInternal()
1838 bodyModelIndex, bodyModel->getOutputOperandIndex(i)); in partitionTheWorkInternal()
/frameworks/ml/nn/runtime/test/
DTestPartitioning.cpp1270 uint32_t outputA = modelA->getOutputOperandIndex(i); in compare()
1271 uint32_t outputB = modelB->getOutputOperandIndex(i); in compare()