qaihm-bot commited on
Commit
4874fbd
·
verified ·
1 Parent(s): 3c4e7f9

See https://github.com/qualcomm/ai-hub-models/releases/v0.49.1 for changelog.

Files changed (2) hide show
  1. LICENSE +1 -1
  2. README.md +73 -62
LICENSE CHANGED
@@ -1 +1 @@
1
- The license of the original trained model can be found at https://github.com/quic/aimet-model-zoo/blob/develop/LICENSE.pdf.
 
1
+ The license of the original trained model can be found at https://github.com/quic/aimet-model-zoo/blob/develop/LICENSE.md.
README.md CHANGED
@@ -14,7 +14,7 @@ pipeline_tag: image-to-image
14
  QuickSRNet Medium is designed for upscaling images on mobile platforms to sharpen in real-time.
15
 
16
  This is based on the implementation of QuickSRNetMedium found [here](https://github.com/quic/aimet-model-zoo/tree/develop/aimet_zoo_torch/quicksrnet).
17
- This repository contains pre-exported model files optimized for Qualcomm® devices. You can use the [Qualcomm® AI Hub Models](https://github.com/quic/ai-hub-models/blob/main/qai_hub_models/models/quicksrnetmedium) library to export with custom configurations. More details on model performance across various devices, can be found [here](#performance-summary).
18
 
19
  Qualcomm AI Hub Models uses [Qualcomm AI Hub Workbench](https://workbench.aihub.qualcomm.com) to compile, profile, and evaluate this model. [Sign up](https://myaccount.qualcomm.com/signup) to run these models on a hosted Qualcomm® device.
20
 
@@ -27,25 +27,26 @@ Below are pre-exported model assets ready for deployment.
27
 
28
  | Runtime | Precision | Chipset | SDK Versions | Download |
29
  |---|---|---|---|---|
30
- | ONNX | float | Universal | QAIRT 2.37, ONNX Runtime 1.23.0 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/quicksrnetmedium/releases/v0.46.0/quicksrnetmedium-onnx-float.zip)
31
- | QNN_DLC | float | Universal | QAIRT 2.42 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/quicksrnetmedium/releases/v0.46.0/quicksrnetmedium-qnn_dlc-float.zip)
32
- | QNN_DLC | w8a8 | Universal | QAIRT 2.42 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/quicksrnetmedium/releases/v0.46.0/quicksrnetmedium-qnn_dlc-w8a8.zip)
33
- | TFLITE | float | Universal | QAIRT 2.42, TFLite 2.17.0 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/quicksrnetmedium/releases/v0.46.0/quicksrnetmedium-tflite-float.zip)
34
- | TFLITE | w8a8 | Universal | QAIRT 2.42, TFLite 2.17.0 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/quicksrnetmedium/releases/v0.46.0/quicksrnetmedium-tflite-w8a8.zip)
 
35
 
36
  For more device-specific assets and performance metrics, visit **[QuickSRNetMedium on Qualcomm® AI Hub](https://aihub.qualcomm.com/models/quicksrnetmedium)**.
37
 
38
 
39
  ### Option 2: Export with Custom Configurations
40
 
41
- Use the [Qualcomm® AI Hub Models](https://github.com/quic/ai-hub-models/blob/main/qai_hub_models/models/quicksrnetmedium) Python library to compile and export the model with your own:
42
  - Custom weights (e.g., fine-tuned checkpoints)
43
  - Custom input shapes
44
  - Target device and runtime configurations
45
 
46
  This option is ideal if you need to customize the model beyond the default configuration provided here.
47
 
48
- See our repository for [QuickSRNetMedium on GitHub](https://github.com/quic/ai-hub-models/blob/main/qai_hub_models/models/quicksrnetmedium) for usage instructions.
49
 
50
  ## Model Details
51
 
@@ -61,64 +62,74 @@ See our repository for [QuickSRNetMedium on GitHub](https://github.com/quic/ai-h
61
  ## Performance Summary
62
  | Model | Runtime | Precision | Chipset | Inference Time (ms) | Peak Memory Range (MB) | Primary Compute Unit
63
  |---|---|---|---|---|---|---
64
- | QuickSRNetMedium | ONNX | float | Snapdragon® X Elite | 1.096 ms | 8 - 8 MB | NPU
65
- | QuickSRNetMedium | ONNX | float | Snapdragon® 8 Gen 3 Mobile | 0.861 ms | 0 - 94 MB | NPU
66
- | QuickSRNetMedium | ONNX | float | Qualcomm® QCS8550 (Proxy) | 1.178 ms | 0 - 37 MB | NPU
67
- | QuickSRNetMedium | ONNX | float | Qualcomm® QCS9075 | 1.754 ms | 7 - 10 MB | NPU
68
- | QuickSRNetMedium | ONNX | float | Snapdragon® 8 Elite For Galaxy Mobile | 0.655 ms | 0 - 91 MB | NPU
69
- | QuickSRNetMedium | ONNX | float | Snapdragon® 8 Elite Gen 5 Mobile | 0.562 ms | 0 - 90 MB | NPU
70
- | QuickSRNetMedium | QNN_DLC | float | Snapdragon® X Elite | 0.893 ms | 0 - 0 MB | NPU
71
- | QuickSRNetMedium | QNN_DLC | float | Snapdragon® 8 Gen 3 Mobile | 0.489 ms | 0 - 30 MB | NPU
72
- | QuickSRNetMedium | QNN_DLC | float | Qualcomm® QCS8275 (Proxy) | 2.535 ms | 0 - 23 MB | NPU
73
- | QuickSRNetMedium | QNN_DLC | float | Qualcomm® QCS8550 (Proxy) | 0.779 ms | 0 - 2 MB | NPU
74
- | QuickSRNetMedium | QNN_DLC | float | Qualcomm® SA8775P | 1.172 ms | 0 - 22 MB | NPU
75
- | QuickSRNetMedium | QNN_DLC | float | Qualcomm® QCS9075 | 1.191 ms | 0 - 5 MB | NPU
76
- | QuickSRNetMedium | QNN_DLC | float | Qualcomm® QCS8450 (Proxy) | 1.151 ms | 0 - 31 MB | NPU
77
- | QuickSRNetMedium | QNN_DLC | float | Qualcomm® SA7255P | 2.535 ms | 0 - 23 MB | NPU
78
- | QuickSRNetMedium | QNN_DLC | float | Qualcomm® SA8295P | 1.587 ms | 0 - 18 MB | NPU
79
- | QuickSRNetMedium | QNN_DLC | float | Snapdragon® 8 Elite For Galaxy Mobile | 0.381 ms | 0 - 21 MB | NPU
80
- | QuickSRNetMedium | QNN_DLC | float | Snapdragon® 8 Elite Gen 5 Mobile | 0.372 ms | 0 - 24 MB | NPU
81
- | QuickSRNetMedium | QNN_DLC | w8a8 | Snapdragon® X Elite | 0.445 ms | 0 - 0 MB | NPU
82
- | QuickSRNetMedium | QNN_DLC | w8a8 | Snapdragon® 8 Gen 3 Mobile | 0.231 ms | 0 - 27 MB | NPU
83
- | QuickSRNetMedium | QNN_DLC | w8a8 | Qualcomm® QCS6490 | 1.38 ms | 0 - 2 MB | NPU
84
- | QuickSRNetMedium | QNN_DLC | w8a8 | Qualcomm® QCS8275 (Proxy) | 0.817 ms | 0 - 20 MB | NPU
85
- | QuickSRNetMedium | QNN_DLC | w8a8 | Qualcomm® QCS8550 (Proxy) | 0.339 ms | 0 - 1 MB | NPU
86
- | QuickSRNetMedium | QNN_DLC | w8a8 | Qualcomm® SA8775P | 0.538 ms | 0 - 20 MB | NPU
87
- | QuickSRNetMedium | QNN_DLC | w8a8 | Qualcomm® QCS9075 | 0.493 ms | 0 - 2 MB | NPU
88
- | QuickSRNetMedium | QNN_DLC | w8a8 | Qualcomm® QCM6690 | 1.581 ms | 0 - 17 MB | NPU
89
- | QuickSRNetMedium | QNN_DLC | w8a8 | Qualcomm® QCS8450 (Proxy) | 0.517 ms | 0 - 27 MB | NPU
90
- | QuickSRNetMedium | QNN_DLC | w8a8 | Qualcomm® SA7255P | 0.817 ms | 0 - 20 MB | NPU
91
- | QuickSRNetMedium | QNN_DLC | w8a8 | Qualcomm® SA8295P | 0.722 ms | 0 - 16 MB | NPU
92
- | QuickSRNetMedium | QNN_DLC | w8a8 | Snapdragon® 8 Elite For Galaxy Mobile | 0.177 ms | 0 - 22 MB | NPU
93
- | QuickSRNetMedium | QNN_DLC | w8a8 | Snapdragon® 7 Gen 4 Mobile | 0.375 ms | 0 - 16 MB | NPU
94
- | QuickSRNetMedium | QNN_DLC | w8a8 | Snapdragon® 8 Elite Gen 5 Mobile | 0.148 ms | 0 - 21 MB | NPU
95
- | QuickSRNetMedium | TFLITE | float | Snapdragon® 8 Gen 3 Mobile | 0.724 ms | 0 - 30 MB | NPU
96
- | QuickSRNetMedium | TFLITE | float | Qualcomm® QCS8275 (Proxy) | 3.09 ms | 3 - 25 MB | NPU
97
- | QuickSRNetMedium | TFLITE | float | Qualcomm® QCS8550 (Proxy) | 1.097 ms | 0 - 1 MB | NPU
98
- | QuickSRNetMedium | TFLITE | float | Qualcomm® SA8775P | 1.589 ms | 0 - 22 MB | NPU
99
- | QuickSRNetMedium | TFLITE | float | Qualcomm® QCS9075 | 1.408 ms | 1 - 6 MB | NPU
100
- | QuickSRNetMedium | TFLITE | float | Qualcomm® QCS8450 (Proxy) | 1.46 ms | 0 - 30 MB | NPU
101
- | QuickSRNetMedium | TFLITE | float | Qualcomm® SA7255P | 3.09 ms | 3 - 25 MB | NPU
102
- | QuickSRNetMedium | TFLITE | float | Qualcomm® SA8295P | 1.818 ms | 0 - 18 MB | NPU
103
- | QuickSRNetMedium | TFLITE | float | Snapdragon® 8 Elite For Galaxy Mobile | 0.506 ms | 0 - 20 MB | NPU
104
- | QuickSRNetMedium | TFLITE | float | Snapdragon® 8 Elite Gen 5 Mobile | 0.435 ms | 0 - 24 MB | NPU
105
- | QuickSRNetMedium | TFLITE | w8a8 | Snapdragon® 8 Gen 3 Mobile | 0.298 ms | 0 - 28 MB | NPU
106
- | QuickSRNetMedium | TFLITE | w8a8 | Qualcomm® QCS6490 | 1.139 ms | 0 - 3 MB | NPU
107
- | QuickSRNetMedium | TFLITE | w8a8 | Qualcomm® QCS8275 (Proxy) | 1.019 ms | 0 - 19 MB | NPU
108
- | QuickSRNetMedium | TFLITE | w8a8 | Qualcomm® QCS8550 (Proxy) | 0.442 ms | 0 - 1 MB | NPU
109
- | QuickSRNetMedium | TFLITE | w8a8 | Qualcomm® SA8775P | 0.638 ms | 0 - 21 MB | NPU
110
- | QuickSRNetMedium | TFLITE | w8a8 | Qualcomm® QCS9075 | 0.569 ms | 0 - 3 MB | NPU
111
- | QuickSRNetMedium | TFLITE | w8a8 | Qualcomm® QCM6690 | 1.927 ms | 0 - 17 MB | NPU
112
- | QuickSRNetMedium | TFLITE | w8a8 | Qualcomm® QCS8450 (Proxy) | 0.512 ms | 0 - 29 MB | NPU
113
- | QuickSRNetMedium | TFLITE | w8a8 | Qualcomm® SA7255P | 1.019 ms | 0 - 19 MB | NPU
114
- | QuickSRNetMedium | TFLITE | w8a8 | Qualcomm® SA8295P | 0.838 ms | 0 - 16 MB | NPU
115
- | QuickSRNetMedium | TFLITE | w8a8 | Snapdragon® 8 Elite For Galaxy Mobile | 0.223 ms | 0 - 18 MB | NPU
116
- | QuickSRNetMedium | TFLITE | w8a8 | Snapdragon® 7 Gen 4 Mobile | 0.465 ms | 0 - 17 MB | NPU
117
  | QuickSRNetMedium | TFLITE | w8a8 | Snapdragon® 8 Elite Gen 5 Mobile | 0.176 ms | 0 - 21 MB | NPU
 
 
 
 
 
 
 
 
 
 
 
 
118
 
119
  ## License
120
  * The license for the original implementation of QuickSRNetMedium can be found
121
- [here](https://github.com/quic/aimet-model-zoo/blob/develop/LICENSE.pdf).
122
 
123
  ## References
124
  * [QuickSRNet: Plain Single-Image Super-Resolution Architecture for Faster Inference on Mobile Platforms](https://arxiv.org/abs/2303.04336)
 
14
  QuickSRNet Medium is designed for upscaling images on mobile platforms to sharpen in real-time.
15
 
16
  This is based on the implementation of QuickSRNetMedium found [here](https://github.com/quic/aimet-model-zoo/tree/develop/aimet_zoo_torch/quicksrnet).
17
+ This repository contains pre-exported model files optimized for Qualcomm® devices. You can use the [Qualcomm® AI Hub Models](https://github.com/qualcomm/ai-hub-models/tree/v0.49.1/qai_hub_models/models/quicksrnetmedium) library to export with custom configurations. More details on model performance across various devices, can be found [here](#performance-summary).
18
 
19
  Qualcomm AI Hub Models uses [Qualcomm AI Hub Workbench](https://workbench.aihub.qualcomm.com) to compile, profile, and evaluate this model. [Sign up](https://myaccount.qualcomm.com/signup) to run these models on a hosted Qualcomm® device.
20
 
 
27
 
28
  | Runtime | Precision | Chipset | SDK Versions | Download |
29
  |---|---|---|---|---|
30
+ | ONNX | float | Universal | QAIRT 2.42, ONNX Runtime 1.24.1 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/quicksrnetmedium/releases/v0.49.1/quicksrnetmedium-onnx-float.zip)
31
+ | ONNX | w8a8 | Universal | QAIRT 2.42, ONNX Runtime 1.24.1 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/quicksrnetmedium/releases/v0.49.1/quicksrnetmedium-onnx-w8a8.zip)
32
+ | QNN_DLC | float | Universal | QAIRT 2.43 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/quicksrnetmedium/releases/v0.49.1/quicksrnetmedium-qnn_dlc-float.zip)
33
+ | QNN_DLC | w8a8 | Universal | QAIRT 2.43 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/quicksrnetmedium/releases/v0.49.1/quicksrnetmedium-qnn_dlc-w8a8.zip)
34
+ | TFLITE | float | Universal | QAIRT 2.43, TFLite 2.17.0 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/quicksrnetmedium/releases/v0.49.1/quicksrnetmedium-tflite-float.zip)
35
+ | TFLITE | w8a8 | Universal | QAIRT 2.43, TFLite 2.17.0 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/quicksrnetmedium/releases/v0.49.1/quicksrnetmedium-tflite-w8a8.zip)
36
 
37
  For more device-specific assets and performance metrics, visit **[QuickSRNetMedium on Qualcomm® AI Hub](https://aihub.qualcomm.com/models/quicksrnetmedium)**.
38
 
39
 
40
  ### Option 2: Export with Custom Configurations
41
 
42
+ Use the [Qualcomm® AI Hub Models](https://github.com/qualcomm/ai-hub-models/tree/v0.49.1/qai_hub_models/models/quicksrnetmedium) Python library to compile and export the model with your own:
43
  - Custom weights (e.g., fine-tuned checkpoints)
44
  - Custom input shapes
45
  - Target device and runtime configurations
46
 
47
  This option is ideal if you need to customize the model beyond the default configuration provided here.
48
 
49
+ See our repository for [QuickSRNetMedium on GitHub](https://github.com/qualcomm/ai-hub-models/tree/v0.49.1/qai_hub_models/models/quicksrnetmedium) for usage instructions.
50
 
51
  ## Model Details
52
 
 
62
  ## Performance Summary
63
  | Model | Runtime | Precision | Chipset | Inference Time (ms) | Peak Memory Range (MB) | Primary Compute Unit
64
  |---|---|---|---|---|---|---
65
+ | QuickSRNetMedium | ONNX | float | Snapdragon® 8 Elite Gen 5 Mobile | 0.448 ms | 0 - 22 MB | NPU
66
+ | QuickSRNetMedium | ONNX | float | Snapdragon® X2 Elite | 0.463 ms | 6 - 6 MB | NPU
67
+ | QuickSRNetMedium | ONNX | float | Snapdragon® X Elite | 1.095 ms | 9 - 9 MB | NPU
68
+ | QuickSRNetMedium | ONNX | float | Snapdragon® 8 Gen 3 Mobile | 0.661 ms | 0 - 28 MB | NPU
69
+ | QuickSRNetMedium | ONNX | float | Qualcomm® QCS8550 (Proxy) | 0.972 ms | 0 - 2 MB | NPU
70
+ | QuickSRNetMedium | ONNX | float | Qualcomm® QCS9075 | 1.329 ms | 6 - 9 MB | NPU
71
+ | QuickSRNetMedium | ONNX | float | Snapdragon® 8 Elite For Galaxy Mobile | 0.548 ms | 0 - 19 MB | NPU
72
+ | QuickSRNetMedium | ONNX | w8a8 | Snapdragon® 8 Elite Gen 5 Mobile | 0.23 ms | 0 - 23 MB | CPU
73
+ | QuickSRNetMedium | ONNX | w8a8 | Snapdragon® X2 Elite | 0.221 ms | 3 - 3 MB | CPU
74
+ | QuickSRNetMedium | ONNX | w8a8 | Snapdragon® X Elite | 0.619 ms | 3 - 3 MB | CPU
75
+ | QuickSRNetMedium | ONNX | w8a8 | Snapdragon® 8 Gen 3 Mobile | 0.343 ms | 0 - 29 MB | CPU
76
+ | QuickSRNetMedium | ONNX | w8a8 | Qualcomm® QCS8550 (Proxy) | 0.516 ms | 0 - 16 MB | CPU
77
+ | QuickSRNetMedium | ONNX | w8a8 | Qualcomm® QCS9075 | 0.687 ms | 0 - 3 MB | CPU
78
+ | QuickSRNetMedium | ONNX | w8a8 | Snapdragon® 8 Elite For Galaxy Mobile | 0.273 ms | 0 - 18 MB | CPU
79
+ | QuickSRNetMedium | QNN_DLC | float | Snapdragon® 8 Elite Gen 5 Mobile | 0.326 ms | 0 - 24 MB | NPU
80
+ | QuickSRNetMedium | QNN_DLC | float | Snapdragon® X2 Elite | 0.468 ms | 0 - 0 MB | NPU
81
+ | QuickSRNetMedium | QNN_DLC | float | Snapdragon® X Elite | 0.894 ms | 0 - 0 MB | NPU
82
+ | QuickSRNetMedium | QNN_DLC | float | Snapdragon® 8 Gen 3 Mobile | 0.495 ms | 0 - 29 MB | NPU
83
+ | QuickSRNetMedium | QNN_DLC | float | Qualcomm® QCS8275 (Proxy) | 2.549 ms | 0 - 21 MB | NPU
84
+ | QuickSRNetMedium | QNN_DLC | float | Qualcomm® QCS8550 (Proxy) | 0.84 ms | 0 - 2 MB | NPU
85
+ | QuickSRNetMedium | QNN_DLC | float | Qualcomm® SA8775P | 1.208 ms | 0 - 22 MB | NPU
86
+ | QuickSRNetMedium | QNN_DLC | float | Qualcomm® QCS9075 | 1.192 ms | 2 - 7 MB | NPU
87
+ | QuickSRNetMedium | QNN_DLC | float | Qualcomm® QCS8450 (Proxy) | 1.159 ms | 0 - 31 MB | NPU
88
+ | QuickSRNetMedium | QNN_DLC | float | Qualcomm® SA7255P | 2.549 ms | 0 - 21 MB | NPU
89
+ | QuickSRNetMedium | QNN_DLC | float | Qualcomm® SA8295P | 1.55 ms | 0 - 18 MB | NPU
90
+ | QuickSRNetMedium | QNN_DLC | float | Snapdragon® 8 Elite For Galaxy Mobile | 0.385 ms | 0 - 24 MB | NPU
91
+ | QuickSRNetMedium | QNN_DLC | w8a8 | Snapdragon® 8 Elite Gen 5 Mobile | 0.154 ms | 0 - 21 MB | NPU
92
+ | QuickSRNetMedium | QNN_DLC | w8a8 | Snapdragon® X2 Elite | 0.238 ms | 0 - 0 MB | NPU
93
+ | QuickSRNetMedium | QNN_DLC | w8a8 | Snapdragon® X Elite | 0.47 ms | 0 - 0 MB | NPU
94
+ | QuickSRNetMedium | QNN_DLC | w8a8 | Snapdragon® 8 Gen 3 Mobile | 0.221 ms | 0 - 26 MB | NPU
95
+ | QuickSRNetMedium | QNN_DLC | w8a8 | Qualcomm® QCS6490 | 1.338 ms | 0 - 2 MB | NPU
96
+ | QuickSRNetMedium | QNN_DLC | w8a8 | Qualcomm® QCS8275 (Proxy) | 0.839 ms | 0 - 19 MB | NPU
97
+ | QuickSRNetMedium | QNN_DLC | w8a8 | Qualcomm® QCS8550 (Proxy) | 0.343 ms | 0 - 1 MB | NPU
98
+ | QuickSRNetMedium | QNN_DLC | w8a8 | Qualcomm® SA8775P | 0.537 ms | 0 - 20 MB | NPU
99
+ | QuickSRNetMedium | QNN_DLC | w8a8 | Qualcomm® QCS9075 | 0.494 ms | 0 - 2 MB | NPU
100
+ | QuickSRNetMedium | QNN_DLC | w8a8 | Qualcomm® QCM6690 | 1.564 ms | 0 - 17 MB | NPU
101
+ | QuickSRNetMedium | QNN_DLC | w8a8 | Qualcomm® QCS8450 (Proxy) | 0.534 ms | 0 - 27 MB | NPU
102
+ | QuickSRNetMedium | QNN_DLC | w8a8 | Qualcomm® SA7255P | 0.839 ms | 0 - 19 MB | NPU
103
+ | QuickSRNetMedium | QNN_DLC | w8a8 | Qualcomm® SA8295P | 0.738 ms | 0 - 16 MB | NPU
104
+ | QuickSRNetMedium | QNN_DLC | w8a8 | Snapdragon® 8 Elite For Galaxy Mobile | 0.182 ms | 0 - 18 MB | NPU
105
+ | QuickSRNetMedium | QNN_DLC | w8a8 | Snapdragon® 7 Gen 4 Mobile | 0.371 ms | 0 - 17 MB | NPU
106
+ | QuickSRNetMedium | TFLITE | float | Snapdragon® 8 Elite Gen 5 Mobile | 0.412 ms | 0 - 24 MB | NPU
107
+ | QuickSRNetMedium | TFLITE | float | Snapdragon® 8 Gen 3 Mobile | 0.673 ms | 0 - 30 MB | NPU
108
+ | QuickSRNetMedium | TFLITE | float | Qualcomm® QCS8275 (Proxy) | 3.089 ms | 0 - 21 MB | NPU
109
+ | QuickSRNetMedium | TFLITE | float | Qualcomm® QCS8550 (Proxy) | 1.078 ms | 0 - 2 MB | NPU
110
+ | QuickSRNetMedium | TFLITE | float | Qualcomm® SA8775P | 1.551 ms | 0 - 22 MB | NPU
111
+ | QuickSRNetMedium | TFLITE | float | Qualcomm® QCS9075 | 1.412 ms | 1 - 6 MB | NPU
112
+ | QuickSRNetMedium | TFLITE | float | Qualcomm® QCS8450 (Proxy) | 1.454 ms | 0 - 30 MB | NPU
113
+ | QuickSRNetMedium | TFLITE | float | Qualcomm® SA7255P | 3.089 ms | 0 - 21 MB | NPU
114
+ | QuickSRNetMedium | TFLITE | float | Qualcomm® SA8295P | 1.795 ms | 0 - 18 MB | NPU
115
+ | QuickSRNetMedium | TFLITE | float | Snapdragon® 8 Elite For Galaxy Mobile | 0.5 ms | 0 - 25 MB | NPU
 
 
116
  | QuickSRNetMedium | TFLITE | w8a8 | Snapdragon® 8 Elite Gen 5 Mobile | 0.176 ms | 0 - 21 MB | NPU
117
+ | QuickSRNetMedium | TFLITE | w8a8 | Snapdragon® 8 Gen 3 Mobile | 0.289 ms | 0 - 27 MB | NPU
118
+ | QuickSRNetMedium | TFLITE | w8a8 | Qualcomm® QCS6490 | 1.166 ms | 0 - 3 MB | NPU
119
+ | QuickSRNetMedium | TFLITE | w8a8 | Qualcomm® QCS8275 (Proxy) | 0.958 ms | 0 - 19 MB | NPU
120
+ | QuickSRNetMedium | TFLITE | w8a8 | Qualcomm® QCS8550 (Proxy) | 0.438 ms | 0 - 1 MB | NPU
121
+ | QuickSRNetMedium | TFLITE | w8a8 | Qualcomm® SA8775P | 0.637 ms | 0 - 20 MB | NPU
122
+ | QuickSRNetMedium | TFLITE | w8a8 | Qualcomm® QCS9075 | 0.568 ms | 0 - 3 MB | NPU
123
+ | QuickSRNetMedium | TFLITE | w8a8 | Qualcomm® QCM6690 | 1.943 ms | 0 - 17 MB | NPU
124
+ | QuickSRNetMedium | TFLITE | w8a8 | Qualcomm® QCS8450 (Proxy) | 0.506 ms | 0 - 28 MB | NPU
125
+ | QuickSRNetMedium | TFLITE | w8a8 | Qualcomm® SA7255P | 0.958 ms | 0 - 19 MB | NPU
126
+ | QuickSRNetMedium | TFLITE | w8a8 | Qualcomm® SA8295P | 0.854 ms | 0 - 16 MB | NPU
127
+ | QuickSRNetMedium | TFLITE | w8a8 | Snapdragon® 8 Elite For Galaxy Mobile | 0.233 ms | 0 - 18 MB | NPU
128
+ | QuickSRNetMedium | TFLITE | w8a8 | Snapdragon® 7 Gen 4 Mobile | 0.461 ms | 0 - 18 MB | NPU
129
 
130
  ## License
131
  * The license for the original implementation of QuickSRNetMedium can be found
132
+ [here](https://github.com/quic/aimet-model-zoo/blob/develop/LICENSE.md).
133
 
134
  ## References
135
  * [QuickSRNet: Plain Single-Image Super-Resolution Architecture for Faster Inference on Mobile Platforms](https://arxiv.org/abs/2303.04336)