Home
last modified time | relevance | path

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

12

/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DVSyncPredictor.h60 struct Model { struct
65 VSyncPredictor::Model getVSyncPredictionModel() const EXCLUDES(mMutex); argument
/aosp12/packages/modules/NeuralNetworks/common/include/nnapi/
H A DTypes.h667 struct Model { struct
671 struct Subgraph {
734 * See {@link Model::extensionNameToPrefix}. argument
742 Subgraph main;
752 std::vector<Subgraph> referenced;
760 OperandValues operandValues;
768 std::vector<SharedMemory> pools;
776 bool relaxComputationFloat32toFloat16 = false;
819 * The index of the IPreparedModel within the "preparedModel" argument passed in argument
/aosp12/packages/apps/TV/common/src/com/android/tv/common/feature/
H A DModel.java22 public interface Model { interface
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DModel.java54 public class Model { class
74 public Model(Features features) { in Model() method in Model
/aosp12/frameworks/base/media/java/android/media/soundtrigger/
H A DSoundTriggerManager.java187 public static class Model { class in SoundTriggerManager
194 Model(SoundTrigger.GenericSoundModel soundTriggerModel) { in Model() method in SoundTriggerManager.Model
/aosp12/packages/apps/Car/Launcher/src/com/android/car/carlauncher/homescreen/
H A DHomeCardInterface.java125 interface Model { interface
/aosp12/hardware/interfaces/neuralnetworks/utils/common/src/
H A DInvalidDevice.cpp84 const nn::Model& /*model*/, nn::ExecutionPreference /*preference*/, in prepareModel()
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestExtensions.cpp65 hardware::Return<void> getSupportedOperations_1_3(const V1_3::Model&, in getSupportedOperations_1_3()
H A DTestNeuralNetworksWrapper.h103 Model() { in Model() function
118 Model(Model&& other) { *this = std::move(other); } in Model() function
H A DTestCompilationCaching.cpp195 const V1_3::Model&, V1_1::ExecutionPreference, V1_3::Priority, in prepareModel_1_3()
/aosp12/packages/modules/NeuralNetworks/runtime/include/
H A DNeuralNetworksWrapper.h252 Model(const NnApiSupportLibrary* nnapi) : mNnApi(nnapi) { function
274 Model(Model&& other) { *this = std::move(other); } function
/aosp12/packages/modules/NeuralNetworks/shim_and_sl/include/
H A DSupportLibraryWrapper.h141 Model(const NnApiSupportLibrary* nnapi) : mNnApi(nnapi) { in Model() function
159 Model(Model&& other) { *this = std::move(other); } in Model() function
/aosp12/packages/modules/NeuralNetworks/common/
H A DLegacyHalUtils.cpp856 bool compliantWithV1_0(const V1_0::Model& /*model*/) { in compliantWithV1_0()
889 bool compliantWithV1_1(const V1_0::Model&) { in compliantWithV1_1()
893 bool compliantWithV1_1(const V1_1::Model&) { in compliantWithV1_1()
905 bool compliantWithV1_2(const V1_0::Model&) { in compliantWithV1_2()
909 bool compliantWithV1_2(const V1_1::Model&) { in compliantWithV1_2()
913 bool compliantWithV1_2(const V1_2::Model&, std::set<uint32_t>* /*noncompliantOperations*/) { in compliantWithV1_2()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DSlideshowPage.java59 public static interface Model { interface in SlideshowPage
H A DPhotoPage.java222 public static interface Model extends PhotoView.Model { interface in PhotoPage
/aosp12/frameworks/base/services/core/java/com/android/server/soundtrigger_middleware/
H A DSoundTriggerModule.java458 private class Model implements ISoundTriggerHw2.Callback { class in SoundTriggerModule.Session
/aosp12/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
H A DModel.proto191 message Model { message
/aosp12/hardware/interfaces/neuralnetworks/1.3/vts/functional/
H A DValidateModel.cpp1310 [invalidPreference](Model*, ExecutionPreference* preference, Priority*) { in mutateExecutionPreferenceTest() argument
1328 [invalidPriority](Model*, ExecutionPreference*, Priority* priority) { in mutateExecutionPriorityTest() argument
/aosp12/hardware/interfaces/neuralnetworks/aidl/vts/functional/
H A DValidateModel.cpp1289 [invalidPreference](Model*, ExecutionPreference* preference, Priority*) { in mutateExecutionPreferenceTest() argument
1308 [invalidPriority](Model*, ExecutionPreference*, Priority* priority) { in mutateExecutionPriorityTest() argument
/aosp12/hardware/interfaces/neuralnetworks/1.0/utils/test/
H A DDeviceTest.cpp89 -> hardware::Return<V1_0::ErrorStatus> { in makePreparedModelReturn()
/aosp12/hardware/interfaces/neuralnetworks/1.1/utils/test/
H A DDeviceTest.cpp97 -> hardware::Return<V1_0::ErrorStatus> { in makePreparedModelReturn()
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DColorSpace.java827 public enum Model { enum in ColorSpace
856 Model(@IntRange(from = 1, to = 4) int componentCount) { in Model() method in ColorSpace.Model
/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/test/
H A DDeviceTest.cpp121 const std::shared_ptr<IPreparedModelCallback>& cb) -> ndk::ScopedAStatus { in makePreparedModelReturn()
/aosp12/system/iorap/src/db/
H A Dmodels.h362 Model(DbHandle db) : db_{db} { in Model() function
/aosp12/hardware/interfaces/neuralnetworks/1.1/vts/functional/
H A DValidateModel.cpp972 [invalidPreference](Model*, ExecutionPreference* preference) { in mutateExecutionPreferenceTest() argument

12