From fc98a1d67abe50922e37792c5e4c036fe69731ce Mon Sep 17 00:00:00 2001 From: Feiyue Chen Date: Thu, 20 Jun 2024 02:32:50 +0000 Subject: [PATCH] Modified tensorflow git tag to v2.16.1 vx-delegate can be built under tensorflow v2.16.1 now Type: Code Improvement Signed-off-by: Feiyue Chen --- cmake/modules/Findtensorflow.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/modules/Findtensorflow.cmake b/cmake/modules/Findtensorflow.cmake index f148d10..9c9980b 100644 --- a/cmake/modules/Findtensorflow.cmake +++ b/cmake/modules/Findtensorflow.cmake @@ -23,7 +23,7 @@ include(FetchContent) FetchContent_Declare( tensorflow GIT_REPOSITORY https://github.com/tensorflow/tensorflow.git - GIT_TAG v2.14.0 + GIT_TAG v2.16.1 ) FetchContent_GetProperties(tensorflow) if(NOT tensorflow_POPULATED)