summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyeongseok Oh <hseok82.oh@samsung.com>2020-10-12 19:38:18 +0900
committerGitHub <noreply@github.com>2020-10-12 19:38:18 +0900
commitb8c66d17bd57bc28205801638313d30a874ebcef (patch)
tree1e8d65e89aba7ef049d8b66e061e2a2835c28c1e
parent3cb31d5a2d68ae69f93e8b390e2371bbe469e722 (diff)
downloadnnfw-b8c66d17bd57bc28205801638313d30a874ebcef.tar.gz
nnfw-b8c66d17bd57bc28205801638313d30a874ebcef.tar.bz2
nnfw-b8c66d17bd57bc28205801638313d30a874ebcef.zip
[mio-tf] Use tensorflow 2.3 source code (#4588)
Use tensorflow 2.3 source code to refer protobuf specification Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
-rw-r--r--compiler/mio-tf/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/mio-tf/CMakeLists.txt b/compiler/mio-tf/CMakeLists.txt
index d670f6bab..133d4684a 100644
--- a/compiler/mio-tf/CMakeLists.txt
+++ b/compiler/mio-tf/CMakeLists.txt
@@ -1,6 +1,6 @@
nnas_find_package(Protobuf QUIET)
# TensorFlowSource package is used to use ~.proto files
-nnas_find_package(TensorFlowSource EXACT 1.12 QUIET)
+nnas_find_package(TensorFlowSource EXACT 2.3 QUIET)
if(NOT Protobuf_FOUND)
return()