Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp1787 const ModelBuilder* condModel = getReferencedModel(condOperand); in partitionTheWorkInternal() local
1890 const ModelBuilder* condModel = getReferencedModel(condOperand); in getPerformance() local
1950 const ModelBuilder* condModel = getReferencedModel(condOperand); in isControlFlowOperationWithOperandOfUnknownSize() local
/frameworks/ml/nn/runtime/test/
DTestPartitioning.cpp785 void addWhileOperation(const PartitioningModel& condModel, const PartitioningModel& bodyModel, in addWhileOperation()
2628 auto condModel = createCondModel(dimensionedCond); in createWhileModel() local
DTestValidateOperations.cpp4591 void testWhile(const std::vector<uint32_t>& outerDims, const ANeuralNetworksModel* condModel, in testWhile()
4618 ANeuralNetworksModel* condModel = makeWhileCondModel(&condDataType, &boolType); in testWhile() local