Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp2087 uint32_t sourceModelIndex = plan->getSourceModels().addModel(this); in partitionTheWork()
2227 uint32_t thenModelIndex = sourceModels->addModel(thenModel); in partitionTheWorkInternal()
2228 uint32_t elseModelIndex = sourceModels->addModel(elseModel); in partitionTheWorkInternal()
2284 uint32_t condModelIndex = sourceModels->addModel(condModel); in partitionTheWorkInternal()
2285 uint32_t bodyModelIndex = sourceModels->addModel(bodyModel); in partitionTheWorkInternal()
DExecutionPlan.h104 uint32_t addModel(const ModelBuilder* model) { in addModel() function