Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp61 constexpr uint32_t kMainModelInSourceModels = 0; variable
778 if (mSourceModelIndex == kMainModelInSourceModels) { in finishStepModel()
880 const ModelBuilder* mainModel = sourceModels->getModel(kMainModelInSourceModels); in finish()
950 SourceOperandIndex index(kMainModelInSourceModels, mainModel->getInputOperandIndex(i)); in finish()
954 SourceOperandIndex index(kMainModelInSourceModels, mainModel->getOutputOperandIndex(i)); in finish()
1990 const auto* mainModel = getSourceModels().getModel(kMainModelInSourceModels); in getInputSourceOperand()
1993 return {kMainModelInSourceModels, operandIndex}; in getInputSourceOperand()
1997 const auto* mainModel = getSourceModels().getModel(kMainModelInSourceModels); in getOutputSourceOperand()
2000 return {kMainModelInSourceModels, operandIndex}; in getOutputSourceOperand()
2130 if (sourceModelIndex == kMainModelInSourceModels && in partitionTheWorkInternal()