Home
last modified time | relevance | path

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

/packages/apps/TV/common/src/com/android/tv/common/feature/
DModel.java22 public interface Model { interface
/packages/modules/NeuralNetworks/common/include/nnapi/
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
/packages/apps/DocumentsUI/src/com/android/documentsui/
DModel.java54 public class Model { class
74 public Model(Features features) { in Model() method in Model
/packages/apps/Car/Launcher/src/com/android/car/carlauncher/homescreen/
DHomeCardInterface.java125 interface Model { interface
/packages/modules/NeuralNetworks/runtime/test/
DTestExtensions.cpp65 hardware::Return<void> getSupportedOperations_1_3(const V1_3::Model&, in getSupportedOperations_1_3()
DTestNeuralNetworksWrapper.h103 Model() { in Model() function
118 Model(Model&& other) { *this = std::move(other); } in Model() function
DTestCompilationCaching.cpp195 const V1_3::Model&, V1_1::ExecutionPreference, V1_3::Priority, in prepareModel_1_3()
/packages/modules/NeuralNetworks/runtime/include/
DNeuralNetworksWrapper.h252 Model(const NnApiSupportLibrary* nnapi) : mNnApi(nnapi) { function
274 Model(Model&& other) { *this = std::move(other); } function
/packages/modules/NeuralNetworks/shim_and_sl/include/
DSupportLibraryWrapper.h141 Model(const NnApiSupportLibrary* nnapi) : mNnApi(nnapi) { in Model() function
159 Model(Model&& other) { *this = std::move(other); } in Model() function
/packages/modules/NeuralNetworks/common/
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()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DSlideshowPage.java59 public static interface Model { interface in SlideshowPage
DPhotoPage.java222 public static interface Model extends PhotoView.Model { interface in PhotoPage
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
DModel.proto191 message Model { message
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DPhotoView.java60 public interface Model extends TileImageView.TileSource { interface in PhotoView
/packages/modules/NeuralNetworks/tools/test_generator/
Dtest_generator.py451 class Model: class