Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DModelBuilder.h87 uint32_t getInputOperandIndex(uint32_t i) const { in getInputOperandIndex() function
93 uint32_t index = getInputOperandIndex(i); in getInputOperand()
DExecutionPlan.cpp507 mainModelOperandToInputIndex[mainModel->getInputOperandIndex(i)] = i; in finishStepModel()
667 SourceOperandIndex index(kMainModelInSourceModels, mainModel->getInputOperandIndex(i)); in finish()
1766 thenModelIndex, thenModel->getInputOperandIndex(i)); in partitionTheWorkInternal()
1775 elseModelIndex, elseModel->getInputOperandIndex(i)); in partitionTheWorkInternal()
1827 condModelIndex, condModel->getInputOperandIndex(i)); in partitionTheWorkInternal()
1834 bodyModelIndex, bodyModel->getInputOperandIndex(i)); in partitionTheWorkInternal()
/frameworks/ml/nn/runtime/test/
DTestPartitioning.cpp1133 (*defMap)[model->getInputOperandIndex(i)] = kPseudoDefiningOperationModelInput0 + i; in buildDefinitionMap()