/aosp_15_r20/external/glide/library/src/main/java/com/bumptech/glide/ |
H A D | BitmapTypeRequest.java | 48 BitmapTypeRequest(GenericRequestBuilder<ModelType, ?, ?, ?> other, in BitmapTypeRequest() 49 ModelLoader<ModelType, InputStream> streamModelLoader, in BitmapTypeRequest()
|
H A D | GenericTranscodeRequest.java | 46 Class<ResourceType> transcodeClass, GenericRequestBuilder<ModelType, ?, ?, ?> other, in GenericTranscodeRequest() 47 …ModelLoader<ModelType, DataType> modelLoader, Class<DataType> dataClass, Class<ResourceType> resou… in GenericTranscodeRequest() 58 …ModelLoader<ModelType, DataType> modelLoader, Class<DataType> dataClass, Class<ResourceType> resou… in GenericTranscodeRequest()
|
H A D | GenericRequestBuilder.java | 80 … GenericRequestBuilder(LoadProvider<ModelType, DataType, ResourceType, TranscodeType> loadProvider, in GenericRequestBuilder() 81 Class<TranscodeType> transcodeClass, GenericRequestBuilder<ModelType, ?, ?, ?> other) { in GenericRequestBuilder() 92 LoadProvider<ModelType, DataType, ResourceType, TranscodeType> loadProvider, in GenericRequestBuilder() 480 RequestListener<? super ModelType, TranscodeType> requestListener) { in listener()
|
H A D | GifRequestBuilder.java | 39 GifRequestBuilder(LoadProvider<ModelType, InputStream, GifDrawable, GifDrawable> loadProvider, in GifRequestBuilder() 40 Class<GifDrawable> transcodeClass, GenericRequestBuilder<ModelType, ?, ?, ?> other) { in GifRequestBuilder() 345 RequestListener<? super ModelType, GifDrawable> requestListener) { in listener()
|
H A D | BitmapRequestBuilder.java | 55 …BitmapRequestBuilder(LoadProvider<ModelType, ImageVideoWrapper, Bitmap, TranscodeType> loadProvide… in BitmapRequestBuilder() 56 Class<TranscodeType> transcodeClass, GenericRequestBuilder<ModelType, ?, ?, ?> other) { in BitmapRequestBuilder() 395 RequestListener<? super ModelType, TranscodeType> requestListener) { in listener()
|
H A D | GifTypeRequest.java | 39 GifTypeRequest(GenericRequestBuilder<ModelType, ?, ?, ?> other, in GifTypeRequest() 40 …ModelLoader<ModelType, InputStream> streamModelLoader, RequestManager.OptionsApplier optionsApplie… in GifTypeRequest()
|
H A D | DrawableTypeRequest.java | 54 …DrawableTypeRequest(Class<ModelType> modelClass, ModelLoader<ModelType, InputStream> streamModelLo… in DrawableTypeRequest()
|
H A D | DrawableRequestBuilder.java | 46 …LoadProvider<ModelType, ImageVideoWrapper, GifBitmapWrapper, GlideDrawable> loadProvider, Glide gl… in DrawableRequestBuilder() 355 RequestListener<? super ModelType, GlideDrawable> requestListener) { in listener()
|
/aosp_15_r20/external/libtextclassifier/java/src/com/android/textclassifier/common/ |
H A D | ModelType.java | 25 public final class ModelType { class 42 private ModelType() {} in ModelType() method in ModelType
|
/aosp_15_r20/external/armnn/tests/OnnxMnist-Armnn/ |
H A D | OnnxMnist-Armnn.cpp | 19 using ModelType = InferenceModel<ParserType, DataType>; in main() typedef 25 [](const char* dataDir, const ModelType&) { in main()
|
/aosp_15_r20/external/armnn/tests/OnnxMobileNet-Armnn/ |
H A D | OnnxMobileNet-Armnn.cpp | 27 using ModelType = InferenceModel<ParserType, DataType>; in main() typedef 36 [&imageSet](const char* dataDir, const ModelType&) { in main()
|
/aosp_15_r20/external/armnn/tests/TfLiteInceptionV4Quantized-Armnn/ |
H A D | TfLiteInceptionV4Quantized-Armnn.cpp | 29 using ModelType = InferenceModel<ParserType, DataType>; in main() typedef 40 [&imageSet](const char* dataDir, const ModelType &) { in main()
|
/aosp_15_r20/external/armnn/tests/TfLiteMobilenetV2Quantized-Armnn/ |
H A D | TfLiteMobilenetV2Quantized-Armnn.cpp | 29 using ModelType = InferenceModel<ParserType, DataType>; in main() typedef 40 [&imageSet](const char* dataDir, const ModelType &) { in main()
|
/aosp_15_r20/external/armnn/tests/TfLiteResNetV2-50-Quantized-Armnn/ |
H A D | TfLiteResNetV2-50-Quantized-Armnn.cpp | 29 using ModelType = InferenceModel<ParserType, DataType>; in main() typedef 40 [&imageSet](const char* dataDir, const ModelType &) { in main()
|
/aosp_15_r20/external/armnn/tests/TfLiteVGG16Quantized-Armnn/ |
H A D | TfLiteVGG16Quantized-Armnn.cpp | 31 using ModelType = InferenceModel<ParserType, DataType>; in main() typedef 42 [&imageSet](const char* dataDir, const ModelType &) { in main()
|
/aosp_15_r20/external/armnn/tests/TfLiteInceptionV3Quantized-Armnn/ |
H A D | TfLiteInceptionV3Quantized-Armnn.cpp | 29 using ModelType = InferenceModel<ParserType, DataType>; in main() typedef 40 [&imageSet](const char* dataDir, const ModelType &) { in main()
|
/aosp_15_r20/external/armnn/tests/TfLiteMobileNetQuantizedSoftmax-Armnn/ |
H A D | TfLiteMobileNetQuantizedSoftmax-Armnn.cpp | 31 using ModelType = InferenceModel<ParserType, DataType>; in main() typedef 42 [&imageSet](const char* dataDir, const ModelType &) { in main()
|
/aosp_15_r20/external/armnn/tests/TfLiteMnasNet-Armnn/ |
H A D | TfLiteMnasNet-Armnn.cpp | 29 using ModelType = InferenceModel<ParserType, DataType>; in main() typedef 40 [&imageSet](const char* dataDir, const ModelType &) { in main()
|
/aosp_15_r20/external/armnn/tests/TfLiteResNetV2-Armnn/ |
H A D | TfLiteResNetV2-Armnn.cpp | 30 using ModelType = InferenceModel<ParserType, DataType>; in main() typedef 40 [&imageSet](const char* dataDir, const ModelType &) { in main()
|
/aosp_15_r20/external/armnn/tests/TfLiteMobilenetQuantized-Armnn/ |
H A D | TfLiteMobilenetQuantized-Armnn.cpp | 110 using ModelType = InferenceModel<ParserType, DataType>; in main() typedef 121 [&imageSet](const char* dataDir, const ModelType &) { in main()
|
/aosp_15_r20/external/pytorch/torch/_inductor/ |
H A D | cudagraph_trees.py | 360 model: ModelType, 408 model: ModelType, 1163 def _record(self, model: ModelType, inputs: List[InputType]) -> OutputType: 2189 model: ModelType,
|
/aosp_15_r20/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/schema/trainingjob/definition/ |
H A D | AutoMlVideoClassificationInputs.java | 75 public enum ModelType implements com.google.protobuf.ProtocolMessageEnum { enum in AutoMlVideoClassificationInputs 251 private ModelType(int value) { in ModelType() method in AutoMlVideoClassificationInputs.ModelType
|
H A D | AutoMlVideoObjectTrackingInputs.java | 75 public enum ModelType implements com.google.protobuf.ProtocolMessageEnum { enum in AutoMlVideoObjectTrackingInputs 321 private ModelType(int value) { in ModelType() method in AutoMlVideoObjectTrackingInputs.ModelType
|
/aosp_15_r20/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/schema/trainingjob/definition/ |
H A D | AutoMlVideoClassificationInputs.java | 75 public enum ModelType implements com.google.protobuf.ProtocolMessageEnum { enum in AutoMlVideoClassificationInputs 251 private ModelType(int value) { in ModelType() method in AutoMlVideoClassificationInputs.ModelType
|
H A D | AutoMlVideoActionRecognitionInputs.java | 75 public enum ModelType implements com.google.protobuf.ProtocolMessageEnum { enum in AutoMlVideoActionRecognitionInputs 277 private ModelType(int value) { in ModelType() method in AutoMlVideoActionRecognitionInputs.ModelType
|