Home
last modified time | relevance | path

Searched defs:thenModel (Results 1 – 3 of 3) sorted by relevance

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp2225 const ModelBuilder* thenModel = getReferencedModel(thenOperand); in partitionTheWorkInternal() local
2374 const ModelBuilder* thenModel = getReferencedModel(thenOperand); in getPerformance() local
2431 const ModelBuilder* thenModel = getReferencedModel(thenOperand); in isControlFlowOperationWithOperandOfUnknownSize() local
/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioning.cpp3163 auto thenModel = createBranchOrBodyModel(dimensionedThen); in createIfModel() local
3478 auto thenModel = std::make_unique<PartitioningModel>(); in TEST_F() local
3614 auto thenModel = std::make_unique<PartitioningModel>(); in TEST_F() local
DTestValidateOperations.cpp4482 void testIf(const std::vector<uint32_t>& outerDims, const ANeuralNetworksModel* thenModel, in testIf()
4509 ANeuralNetworksModel* thenModel = makeIdentityModel(&thenDataType); in testIf() local