Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/soundtrigger/
DSoundTriggerManager.java164 public static class Model { class in SoundTriggerManager
171 Model(SoundTrigger.GenericSoundModel soundTriggerModel) { in Model() method in SoundTriggerManager.Model
/frameworks/ml/nn/runtime/test/
DTestNeuralNetworksWrapper.h99 Model() { in Model() function
114 Model(Model&& other) { *this = std::move(other); } in Model() function
DTestExtensions.cpp61 Return<void> getSupportedOperations_1_3(const Model&, getSupportedOperations_1_3_cb) override { in getSupportedOperations_1_3()
DTestCompilationCaching.cpp189 const Model&, ExecutionPreference, Priority, const OptionalTimePoint&, in prepareModel_1_3()
DTestVersionedInterfaces.cpp320 const sp<V1_0::IPreparedModelCallback>& cb) -> Return<V1_0::ErrorStatus> { in makePreparedModelReturn()
329 const sp<V1_0::IPreparedModelCallback>& cb) -> Return<V1_0::ErrorStatus> { in makePreparedModel_1_1Return()
339 const sp<V1_2::IPreparedModelCallback>& cb) -> Return<V1_0::ErrorStatus> { in makePreparedModel_1_2Return()
351 const sp<V1_3::IPreparedModelCallback>& cb) -> Return<V1_3::ErrorStatus> { in makePreparedModel_1_3Return()
/frameworks/ml/nn/runtime/include/
DNeuralNetworksWrapper.h201 Model() { in Model() function
216 Model(Model&& other) { *this = std::move(other); } in Model() function
/frameworks/base/services/core/java/com/android/server/soundtrigger_middleware/
DSoundTriggerModule.java448 private class Model implements ISoundTriggerHw2.Callback { class in SoundTriggerModule.Session
/frameworks/ml/nn/runtime/test/android_fuzzing/
DModel.proto191 message Model { message
/frameworks/ml/nn/common/
DUtils.cpp2608 bool compliantWithV1_1(const V1_0::Model&) { in compliantWithV1_1()
2612 bool compliantWithV1_1(const V1_1::Model&) { in compliantWithV1_1()
2624 bool compliantWithV1_2(const V1_0::Model&) { in compliantWithV1_2()
2628 bool compliantWithV1_2(const V1_1::Model&) { in compliantWithV1_2()
2632 bool compliantWithV1_2(const V1_2::Model&, std::set<uint32_t>* noncompliantOperations) { in compliantWithV1_2()
/frameworks/base/graphics/java/android/graphics/
DColorSpace.java831 public enum Model { enum in ColorSpace
860 Model(@IntRange(from = 1, to = 4) int componentCount) { in Model() method in ColorSpace.Model
/frameworks/ml/nn/tools/test_generator/
Dtest_generator.py484 class Model: class