Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp2226 const ModelBuilder* elseModel = getReferencedModel(elseOperand); in partitionTheWorkInternal() local
2375 const ModelBuilder* elseModel = getReferencedModel(elseOperand); in getPerformance() local
2432 const ModelBuilder* elseModel = getReferencedModel(elseOperand); in isControlFlowOperationWithOperandOfUnknownSize() local
/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioning.cpp3164 auto elseModel = createBranchOrBodyModel(dimensionedElse); in createIfModel() local
3486 auto elseModel = std::make_unique<PartitioningModel>(); in TEST_F() local
3622 auto elseModel = std::make_unique<PartitioningModel>(); in TEST_F() local
DTestValidateOperations.cpp4483 const ANeuralNetworksModel* elseModel, bool testMutations) { in testIf()
4510 ANeuralNetworksModel* elseModel = makeIdentityModel(&elseDataType); in testIf() local