From fe91e7f13d351e2c319f0b476c1c600ed323d738 Mon Sep 17 00:00:00 2001 From: Kainan Cha Date: Wed, 12 Jan 2022 14:39:43 +0800 Subject: [PATCH] Update README.md Add framework support for Paddle-Lite and OpenCV --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2e3f992..6cfaa25 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ Main Features - [Tensorflow-Lite](https://github.com/VeriSilicon/tflite-vx-delegate) (External Delegate) - [Tengine](https://github.com/OAID/Tengine) (Official) - [TVM](https://github.com/VeriSilicon/tvm) (Fork) +- [Paddle-Lite](https://github.com/PaddlePaddle/Paddle-Lite) (Official) +- [OpenCV](https://github.com/opencv/opencv/pull/21036) (In development) - MLIR Dialect (In development) Feel free to raise a github issue if you wish to add TIM-VX for other frameworks.