summaryrefslogtreecommitdiff
path: root/cmake/packages/FlatBuffersSourceConfig.cmake
diff options
context:
space:
mode:
author오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>2018-11-08 16:12:55 +0900
committer이춘석/동작제어Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>2018-11-08 16:12:55 +0900
commit19bb8e8e56b2775f5e77d0b562d0b08322635c74 (patch)
treea2c86bd2389f28ca782c504f5cdf9699f74d7608 /cmake/packages/FlatBuffersSourceConfig.cmake
parentd01c9dc2320bdc1c218843e38e3e53f72b64142c (diff)
downloadnnfw-19bb8e8e56b2775f5e77d0b562d0b08322635c74.tar.gz
nnfw-19bb8e8e56b2775f5e77d0b562d0b08322635c74.tar.bz2
nnfw-19bb8e8e56b2775f5e77d0b562d0b08322635c74.zip
Update tensorflow to v1.12 (#3486)
* Update external package - Update external package version - Update cmake to build tflite - Add gitignore for new external code * Update library to support tflite - Update nnapi delegate - Update NeuralNetworksShim.h for new API - Fix cmake for new files in updated tensorflow - Workaround: Introduce OBS_BUILD flag to avoid gbs build fail * Update neurun CPU kernel - Update neurun CPU kernel to call updated tflite interpreter kernel - Add build option -fPIC for updated tflite kernel Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
Diffstat (limited to 'cmake/packages/FlatBuffersSourceConfig.cmake')
-rw-r--r--cmake/packages/FlatBuffersSourceConfig.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/packages/FlatBuffersSourceConfig.cmake b/cmake/packages/FlatBuffersSourceConfig.cmake
index f062c2608..5f142bff7 100644
--- a/cmake/packages/FlatBuffersSourceConfig.cmake
+++ b/cmake/packages/FlatBuffersSourceConfig.cmake
@@ -7,9 +7,9 @@ function(_FlatBuffersSource_import)
nnfw_include(ExternalSourceTools)
nnfw_include(OptionTools)
- # NOTE TensorFlow 1.9 downloads FlatBuffers from the following URL
+ # NOTE TensorFlow 1.12 downloads FlatBuffers from the following URL
envoption(EXTERNAL_DOWNLOAD_SERVER "https://github.com")
- set(FLATBUFFERS_URL ${EXTERNAL_DOWNLOAD_SERVER}/google/flatbuffers/archive/971a68110e4fc1bace10fcb6deeb189e7e1a34ce.tar.gz)
+ set(FLATBUFFERS_URL ${EXTERNAL_DOWNLOAD_SERVER}/google/flatbuffers/archive/1f5eae5d6a135ff6811724f6c57f911d1f46bb15.tar.gz)
ExternalSource_Download("flatbuffers" ${FLATBUFFERS_URL})
set(FlatBuffersSource_DIR ${flatbuffers_SOURCE_DIR} PARENT_SCOPE)