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.java153 public static class Model { class in SoundTriggerManager
160 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.h202 Model() { in Model() function
217 Model(Model&& other) { *this = std::move(other); } in Model() function
/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/av/services/soundtrigger/
DSoundTriggerHwService.cpp945 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.java826 public enum Model { enum in ColorSpace
855 Model(@IntRange(from = 1, to = 4) int componentCount) { in Model() method in ColorSpace.Model
/frameworks/ml/nn/tools/test_generator/
Dtest_generator.py451 class Model: class