Home
last modified time | relevance | path

Searched defs:condModel (Results 1 – 4 of 4) sorted by relevance

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp2282 const ModelBuilder* condModel = getReferencedModel(condOperand); in partitionTheWorkInternal() local
2385 const ModelBuilder* condModel = getReferencedModel(condOperand); in getPerformance() local
2445 const ModelBuilder* condModel = getReferencedModel(condOperand); in isControlFlowOperationWithOperandOfUnknownSize() local
/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioning.cpp835 void addWhileOperation(const PartitioningModel& condModel, const PartitioningModel& bodyModel, in addWhileOperation()
3190 auto condModel = createCondModel(dimensionedCond); in createWhileModel() local
3527 auto condModel = std::make_unique<PartitioningModel>(); in TEST_F() local
3604 auto condModel = std::make_unique<PartitioningModel>(); in TEST_F() local
DTestIntrospectionControl.cpp1295 WrapperModel* condModel = &extraModels->at(extraModels->size() - 2); in addWhileOperation() local
DTestValidateOperations.cpp4590 void testWhile(const std::vector<uint32_t>& outerDims, const ANeuralNetworksModel* condModel, in testWhile()
4617 ANeuralNetworksModel* condModel = makeWhileCondModel(&condDataType, &boolType); in testWhile() local