From 03a53cba7e90948b4b1cb59634d9f871d545d625 Mon Sep 17 00:00:00 2001 From: Kainan Cha Date: Sat, 8 May 2021 12:13:02 +0800 Subject: [PATCH] Minor Cleanup Signed-off-by: Kainan Cha --- README.md | 4 ++-- bazel-TIM-VX | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 120000 bazel-TIM-VX diff --git a/README.md b/README.md index cdd0f2d..0fd2556 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Main Features ## Framework Support -- [Tensorflow-Lite Delegate](https://github.com/VeriSilicon/tensorflow/tree/dev/vx-delegate) (Unofficial) +- [Tensorflow-Lite Delegate](https://github.com/VeriSilicon/tensorflow/tree/vx-delegate.v2.4.1) (Unofficial) - [Tengine](https://github.com/OAID/Tengine) (Official) - MLIR Dialect (In development) - TVM (In development) @@ -44,7 +44,7 @@ bazel run //samples/lenet:lenet_asymu8_cc To build and run Tensorflow-Lite delegate on A311D platform ```shell # clone and cross build VeriSilicon tensorflow fork with TFlite delegate support -git clone --single-branch --branch dev/vx-delegate git@github.com:VeriSilicon/tensorflow.git vx-delegate; cd vx-delegate +git clone --single-branch --branch vx-delegate.v2.4.1 git@github.com:VeriSilicon/tensorflow.git vx-delegate; cd vx-delegate bazel build --config A311D //tensorflow/lite/tools/benchmark:benchmark_model # push benchmark_model onto device and run diff --git a/bazel-TIM-VX b/bazel-TIM-VX deleted file mode 120000 index f1246ef..0000000 --- a/bazel-TIM-VX +++ /dev/null @@ -1 +0,0 @@ -/home/zongwu.yang/.cache/bazel/_bazel_zongwu.yang/03042b74c832165a2ec8acf0ff919a07/execroot/TIM_VX \ No newline at end of file