Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DModelBuilder.h68 uint32_t getInputOperandIndex(uint32_t i) const { return mInputIndexes[i]; } in getInputOperandIndex() function
70 return mOperands[getInputOperandIndex(i)]; in getInputOperand()
DExecutionPlan.cpp365 [=](uint32_t i) { return fromModel->getInputOperandIndex(i); }, in finishSubModel()
/frameworks/ml/nn/runtime/test/
DTestPartitioning.cpp514 (*defMap)[model->getInputOperandIndex(i)] = kPseudoDefiningOperationModelInput0 + i; in buildDefinitionMap()