Searched refs:kMainModelInSourceModels (Results 1 – 1 of 1) sorted by relevance
62 constexpr uint32_t kMainModelInSourceModels = 0; variable818 if (mSourceModelIndex == kMainModelInSourceModels) { in finishStepModel()923 const ModelBuilder* mainModel = sourceModels->getModel(kMainModelInSourceModels); in finish()994 SourceOperandIndex index(kMainModelInSourceModels, mainModel->getInputOperandIndex(i)); in finish()998 SourceOperandIndex index(kMainModelInSourceModels, mainModel->getOutputOperandIndex(i)); in finish()2042 const auto* mainModel = getSourceModels().getModel(kMainModelInSourceModels); in getInputSourceOperand()2045 return {kMainModelInSourceModels, operandIndex}; in getInputSourceOperand()2049 const auto* mainModel = getSourceModels().getModel(kMainModelInSourceModels); in getOutputSourceOperand()2052 return {kMainModelInSourceModels, operandIndex}; in getOutputSourceOperand()2183 if (sourceModelIndex == kMainModelInSourceModels && in partitionTheWorkInternal()