Lines Matching refs:thenModel
2278 const ModelBuilder* thenModel = getReferencedModel(thenOperand); in partitionTheWorkInternal() local
2280 uint32_t thenModelIndex = sourceModels->addModel(thenModel); in partitionTheWorkInternal()
2294 NN_RETURN_IF_ERROR(thenModel->partitionTheWorkInternal( in partitionTheWorkInternal()
2312 for (uint32_t i = 0, n = thenModel->inputCount(); i < n; ++i) { in partitionTheWorkInternal()
2314 thenModelIndex, thenModel->getInputOperandIndex(i)); in partitionTheWorkInternal()
2316 for (uint32_t i = 0, n = thenModel->outputCount(); i < n; ++i) { in partitionTheWorkInternal()
2318 thenModelIndex, thenModel->getOutputOperandIndex(i)); in partitionTheWorkInternal()
2427 const ModelBuilder* thenModel = getReferencedModel(thenOperand); in getPerformance() local
2430 0.5 * (thenModel->getPerformance(preference, device) + in getPerformance()
2484 const ModelBuilder* thenModel = getReferencedModel(thenOperand); in isControlFlowOperationWithOperandOfUnknownSize() local
2488 containsUnknownSize(thenModel, thenModel->getInputOperandIndexes()) || in isControlFlowOperationWithOperandOfUnknownSize()
2489 containsUnknownSize(thenModel, thenModel->getOutputOperandIndexes()) || in isControlFlowOperationWithOperandOfUnknownSize()