Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/
H A DSoundTriggerTestActivity.java121 public void addModel(UUID modelUuid, String name) { in addModel() method in SoundTriggerTestActivity
H A DSoundTriggerTestService.java61 void addModel(UUID modelUuid, String state); in addModel() method
/aosp12/packages/modules/NeuralNetworks/runtime/
H A DExecutionPlan.h104 uint32_t addModel(const ModelBuilder* model) { in addModel() function