Home
last modified time | relevance | path

Searched defs:Model (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/media/java/android/media/soundtrigger/
DSoundTriggerManager.java153 public static class Model { class in SoundTriggerManager
160 Model(SoundTrigger.GenericSoundModel soundTriggerModel) { in Model() method in SoundTriggerManager.Model
/frameworks/ml/nn/runtime/include/
DNeuralNetworksWrapper.h113 Model() { in Model() function
128 Model(Model&& other) { *this = std::move(other); } in Model() function
/frameworks/ml/nn/common/
DUtils.cpp1588 bool compliantWithV1_0(const V1_0::Model&) { in compliantWithV1_0()
1603 bool compliantWithV1_1(const V1_0::Model&) { in compliantWithV1_1()
1607 bool compliantWithV1_1(const V1_1::Model&) { in compliantWithV1_1()
/frameworks/av/services/soundtrigger/
DSoundTriggerHwService.cpp902 SoundTriggerHwService::Model::Model(sound_model_handle_t handle, audio_session_t session, in Model() function in android::SoundTriggerHwService::Model
/frameworks/base/graphics/java/android/graphics/
DColorSpace.java821 public enum Model { enum in ColorSpace
850 Model(@IntRange(from = 1, to = 4) int componentCount) { in Model() method in ColorSpace.Model
/frameworks/ml/nn/tools/test_generator/
Dtest_generator.py427 class Model(object): class
/frameworks/ml/nn/runtime/test/
DTestPartitioning.cpp245 Return<ErrorStatus> prepareModel_1_1(const Model&, ExecutionPreference, in prepareModel_1_1()