Home
last modified time | relevance | path

Searched defs:ModelType (Results 1 – 25 of 105) sorted by relevance

12345

/aosp_15_r20/external/glide/library/src/main/java/com/bumptech/glide/
H A DBitmapTypeRequest.java48 BitmapTypeRequest(GenericRequestBuilder<ModelType, ?, ?, ?> other, in BitmapTypeRequest()
49 ModelLoader<ModelType, InputStream> streamModelLoader, in BitmapTypeRequest()
H A DGenericTranscodeRequest.java46 Class<ResourceType> transcodeClass, GenericRequestBuilder<ModelType, ?, ?, ?> other, in GenericTranscodeRequest()
47ModelLoader<ModelType, DataType> modelLoader, Class<DataType> dataClass, Class<ResourceType> resou… in GenericTranscodeRequest()
58ModelLoader<ModelType, DataType> modelLoader, Class<DataType> dataClass, Class<ResourceType> resou… in GenericTranscodeRequest()
H A DGenericRequestBuilder.java80 … 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 DGifRequestBuilder.java39 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 DBitmapRequestBuilder.java55 …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 DGifTypeRequest.java39 GifTypeRequest(GenericRequestBuilder<ModelType, ?, ?, ?> other, in GifTypeRequest()
40ModelLoader<ModelType, InputStream> streamModelLoader, RequestManager.OptionsApplier optionsApplie… in GifTypeRequest()
H A DDrawableTypeRequest.java54 …DrawableTypeRequest(Class<ModelType> modelClass, ModelLoader<ModelType, InputStream> streamModelLo… in DrawableTypeRequest()
H A DDrawableRequestBuilder.java46LoadProvider<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 DModelType.java25 public final class ModelType { class
42 private ModelType() {} in ModelType() method in ModelType
/aosp_15_r20/external/armnn/tests/OnnxMnist-Armnn/
H A DOnnxMnist-Armnn.cpp19 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 DOnnxMobileNet-Armnn.cpp27 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 DTfLiteInceptionV4Quantized-Armnn.cpp29 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 DTfLiteMobilenetV2Quantized-Armnn.cpp29 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 DTfLiteResNetV2-50-Quantized-Armnn.cpp29 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 DTfLiteVGG16Quantized-Armnn.cpp31 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 DTfLiteInceptionV3Quantized-Armnn.cpp29 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 DTfLiteMobileNetQuantizedSoftmax-Armnn.cpp31 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 DTfLiteMnasNet-Armnn.cpp29 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 DTfLiteResNetV2-Armnn.cpp30 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 DTfLiteMobilenetQuantized-Armnn.cpp110 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 Dcudagraph_trees.py360 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 DAutoMlVideoClassificationInputs.java75 public enum ModelType implements com.google.protobuf.ProtocolMessageEnum { enum in AutoMlVideoClassificationInputs
251 private ModelType(int value) { in ModelType() method in AutoMlVideoClassificationInputs.ModelType
H A DAutoMlVideoObjectTrackingInputs.java75 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 DAutoMlVideoClassificationInputs.java75 public enum ModelType implements com.google.protobuf.ProtocolMessageEnum { enum in AutoMlVideoClassificationInputs
251 private ModelType(int value) { in ModelType() method in AutoMlVideoClassificationInputs.ModelType
H A DAutoMlVideoActionRecognitionInputs.java75 public enum ModelType implements com.google.protobuf.ProtocolMessageEnum { enum in AutoMlVideoActionRecognitionInputs
277 private ModelType(int value) { in ModelType() method in AutoMlVideoActionRecognitionInputs.ModelType

12345