You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/execution-providers/OpenVINO-ExecutionProvider.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -548,6 +548,22 @@ For NPU is model is not supported we fallback to CPU.
548
548
| microsoft_resnet-50 | Yes |
549
549
| realesrgan-x4 | Yes |
550
550
| timm_inception_v4.tf_in1k | Yes |
551
+
| squeezenet1.0-qdq | Yes |
552
+
| vgg16 | Yes |
553
+
| caffenet-qdq | Yes |
554
+
| zfnet512 | Yes |
555
+
| shufflenet-v2 | Yes |
556
+
| zfnet512-qdq | Yes |
557
+
| googlenet | Yes |
558
+
| googlenet-qdq | Yes |
559
+
| caffenet | Yes |
560
+
| bvlcalexnet-qdq | Yes |
561
+
| vgg16-qdq | Yes |
562
+
| mnist | Yes |
563
+
| ResNet101-DUC | Yes |
564
+
| shufflenet-v2-qdq | Yes |
565
+
| bvlcalexnet | Yes |
566
+
| squeezenet1.0 | Yes |
551
567
552
568
**Note:** We have added support for INT8 models, quantized with Neural Network Compression Framework (NNCF). To know more about NNCF refer [here](https://github.com/openvinotoolkit/nncf).
0 commit comments