Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp2279 const ModelBuilder* elseModel = getReferencedModel(elseOperand); in partitionTheWorkInternal() local
2428 const ModelBuilder* elseModel = getReferencedModel(elseOperand); in getPerformance() local
2485 const ModelBuilder* elseModel = getReferencedModel(elseOperand); in isControlFlowOperationWithOperandOfUnknownSize() local
/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioning.cpp3166 auto elseModel = createBranchOrBodyModel(dimensionedElse); in createIfModel() local
3488 auto elseModel = std::make_unique<PartitioningModel>(); in TEST_F() local
3624 auto elseModel = std::make_unique<PartitioningModel>(); in TEST_F() local
DTestValidateOperations.cpp4552 const ANeuralNetworksModel* elseModel, bool testMutations) { in testIf()
4579 ANeuralNetworksModel* elseModel = makeIdentityModel(&elseDataType); in testIf() local