/packages/apps/TV/common/src/com/android/tv/common/feature/ |
D | Model.java | 22 public interface Model { interface
|
/packages/modules/NeuralNetworks/common/types/include/nnapi/ |
D | Types.h | 712 struct Model { struct 716 struct Subgraph { 767 Subgraph main; 777 std::vector<Subgraph> referenced; 785 OperandValues operandValues; 793 std::vector<SharedMemory> pools; 801 bool relaxComputationFloat32toFloat16 = false; 844 * The index of the IPreparedModel within the "preparedModel" argument passed in argument
|
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/homescreen/ |
D | HomeCardInterface.java | 82 interface Model { interface
|
/packages/apps/DocumentsUI/src/com/android/documentsui/ |
D | Model.java | 54 public class Model { class 74 public Model(Features features) { in Model() method in Model
|
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestExtensions.cpp | 65 hardware::Return<void> getSupportedOperations_1_3(const V1_3::Model&, in getSupportedOperations_1_3()
|
D | TestNeuralNetworksWrapper.h | 105 Model() { in Model() function 120 Model(Model&& other) { *this = std::move(other); } in Model() function
|
D | TestCompilationCaching.cpp | 196 const V1_3::Model&, V1_1::ExecutionPreference, V1_3::Priority, in prepareModel_1_3()
|
/packages/modules/NeuralNetworks/runtime/include/ |
D | NeuralNetworksWrapper.h | 254 Model(const NnApiSupportLibrary* nnapi) : mNnApi(nnapi) { function 276 Model(Model&& other) { *this = std::move(other); } function
|
/packages/modules/NeuralNetworks/shim_and_sl/include/ |
D | SupportLibraryWrapper.h | 142 Model(const NnApiSupportLibrary* nnapi) : mNnApi(nnapi) { in Model() function 160 Model(Model&& other) { *this = std::move(other); } in Model() function
|
/packages/modules/NeuralNetworks/common/ |
D | LegacyHalUtils.cpp | 859 bool compliantWithV1_0(const V1_0::Model& /*model*/) { in compliantWithV1_0() 892 bool compliantWithV1_1(const V1_0::Model&) { in compliantWithV1_1() 896 bool compliantWithV1_1(const V1_1::Model&) { in compliantWithV1_1() 908 bool compliantWithV1_2(const V1_0::Model&) { in compliantWithV1_2() 912 bool compliantWithV1_2(const V1_1::Model&) { in compliantWithV1_2() 916 bool compliantWithV1_2(const V1_2::Model&, std::set<uint32_t>* /*noncompliantOperations*/) { in compliantWithV1_2()
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
D | SlideshowPage.java | 59 public static interface Model { interface in SlideshowPage
|
D | PhotoPage.java | 217 public static interface Model extends PhotoView.Model { interface in PhotoPage
|
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/ |
D | Model.proto | 221 message Model { message
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | PhotoView.java | 60 public interface Model extends TileImageView.TileSource { interface in PhotoView
|
/packages/modules/NeuralNetworks/tools/test_generator/ |
D | test_generator.py | 451 class Model: class
|