Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp1730 const ModelBuilder* thenModel = getReferencedModel(thenOperand); in partitionTheWorkInternal() local
1879 const ModelBuilder* thenModel = getReferencedModel(thenOperand); in getPerformance() local
1936 const ModelBuilder* thenModel = getReferencedModel(thenOperand); in isControlFlowOperationWithOperandOfUnknownSize() local
/frameworks/ml/nn/runtime/test/
DTestPartitioning.cpp2601 auto thenModel = createBranchOrBodyModel(dimensionedThen); in createIfModel() local
DTestValidateOperations.cpp4483 void testIf(const std::vector<uint32_t>& outerDims, const ANeuralNetworksModel* thenModel, in testIf()
4510 ANeuralNetworksModel* thenModel = makeIdentityModel(&thenDataType); in testIf() local