Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp2335 const ModelBuilder* condModel = getReferencedModel(condOperand); in partitionTheWorkInternal() local
2438 const ModelBuilder* condModel = getReferencedModel(condOperand); in getPerformance() local
2498 const ModelBuilder* condModel = getReferencedModel(condOperand); in isControlFlowOperationWithOperandOfUnknownSize() local
/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioning.cpp836 void addWhileOperation(const PartitioningModel& condModel, const PartitioningModel& bodyModel, in addWhileOperation()
3192 auto condModel = createCondModel(dimensionedCond); in createWhileModel() local
3529 auto condModel = std::make_unique<PartitioningModel>(); in TEST_F() local
3606 auto condModel = std::make_unique<PartitioningModel>(); in TEST_F() local
DTestIntrospectionControl.cpp1296 WrapperModel* condModel = &extraModels->at(extraModels->size() - 2); in addWhileOperation() local
DTestValidateOperations.cpp4659 void testWhile(const std::vector<uint32_t>& outerDims, const ANeuralNetworksModel* condModel, in testWhile()
4686 ANeuralNetworksModel* condModel = makeWhileCondModel(&condDataType, &boolType); in testWhile() local