Lines Matching refs:thenModel
2225 const ModelBuilder* thenModel = getReferencedModel(thenOperand); in partitionTheWorkInternal() local
2227 uint32_t thenModelIndex = sourceModels->addModel(thenModel); in partitionTheWorkInternal()
2241 NN_RETURN_IF_ERROR(thenModel->partitionTheWorkInternal( in partitionTheWorkInternal()
2259 for (uint32_t i = 0, n = thenModel->inputCount(); i < n; ++i) { in partitionTheWorkInternal()
2261 thenModelIndex, thenModel->getInputOperandIndex(i)); in partitionTheWorkInternal()
2263 for (uint32_t i = 0, n = thenModel->outputCount(); i < n; ++i) { in partitionTheWorkInternal()
2265 thenModelIndex, thenModel->getOutputOperandIndex(i)); in partitionTheWorkInternal()
2374 const ModelBuilder* thenModel = getReferencedModel(thenOperand); in getPerformance() local
2377 0.5 * (thenModel->getPerformance(preference, device) + in getPerformance()
2431 const ModelBuilder* thenModel = getReferencedModel(thenOperand); in isControlFlowOperationWithOperandOfUnknownSize() local
2435 containsUnknownSize(thenModel, thenModel->getInputOperandIndexes()) || in isControlFlowOperationWithOperandOfUnknownSize()
2436 containsUnknownSize(thenModel, thenModel->getOutputOperandIndexes()) || in isControlFlowOperationWithOperandOfUnknownSize()