Home
last modified time | relevance | path

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

/frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/
DSoundTriggerTestService.java61 void addModel(UUID modelUuid, String state); in addModel() method
194 mUserActivity.addModel(entry.getKey(), entry.getValue().name); in setUserActivity()
516 mUserActivity.addModel(modelInfo.modelUuid, modelInfo.name); in createModelInfo()
DSoundTriggerTestActivity.java121 public void addModel(UUID modelUuid, String name) { in addModel() method in SoundTriggerTestActivity
/frameworks/ml/nn/runtime/
DExecutionPlan.cpp1607 uint32_t sourceModelIndex = plan->getSourceModels().addModel(this); in partitionTheWork()
1732 uint32_t thenModelIndex = sourceModels->addModel(thenModel); in partitionTheWorkInternal()
1733 uint32_t elseModelIndex = sourceModels->addModel(elseModel); in partitionTheWorkInternal()
1789 uint32_t condModelIndex = sourceModels->addModel(condModel); in partitionTheWorkInternal()
1790 uint32_t bodyModelIndex = sourceModels->addModel(bodyModel); in partitionTheWorkInternal()
DExecutionPlan.h94 uint32_t addModel(const ModelBuilder* model) { in addModel() function