Home
last modified time | relevance | path

Searched refs:createBranchOrBodyModel (Results 1 – 1 of 1) sorted by relevance

/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioning.cpp3132 std::unique_ptr<PartitioningModel> createBranchOrBodyModel(Dimensioned dimensioned) { in createBranchOrBodyModel() function in __anonb50294d30111::ControlFlowPartitioningTest
3165 auto thenModel = createBranchOrBodyModel(dimensionedThen); in createIfModel()
3166 auto elseModel = createBranchOrBodyModel(dimensionedElse); in createIfModel()
3193 auto bodyModel = createBranchOrBodyModel(dimensionedBody); in createWhileModel()