aboutsummaryrefslogtreecommitdiff
path: root/delegate/cmake
diff options
context:
space:
mode:
authorKeith Davis <keith.davis@arm.com>2021-01-27 13:12:03 +0000
committerKeithARM <keith.davis@arm.com>2021-01-28 14:05:31 +0000
commitbbc876c0b7046d6cc3aa9a8d64f80a755027d0cf (patch)
tree521a14cee6ad3409a6c4536fa81f84098bc41518 /delegate/cmake
parente8a2d5db38d8a32e1cf09a11009faaff5d060940 (diff)
downloadarmnn-bbc876c0b7046d6cc3aa9a8d64f80a755027d0cf.tar.gz
IVGCVSW-5374 Provide Android Build for Delegate
* Remove double brackets for scalars * Add in extra location in cmake for tf lite dynamic library Signed-off-by: Keith Davis <keith.davis@arm.com> Change-Id: I31ef9a955d4677faabedc0068ae2cfbfe570b58c
Diffstat (limited to 'delegate/cmake')
-rw-r--r--delegate/cmake/Modules/FindTfLite.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/delegate/cmake/Modules/FindTfLite.cmake b/delegate/cmake/Modules/FindTfLite.cmake
index 18d6032147..41f55e3e8d 100644
--- a/delegate/cmake/Modules/FindTfLite.cmake
+++ b/delegate/cmake/Modules/FindTfLite.cmake
@@ -18,7 +18,8 @@ find_library(TfLite_LIB
"libtensorflow_lite_all.so"
"libtensorflowlite.so"
HINTS
- ${TFLITE_LIB_ROOT})
+ ${TFLITE_LIB_ROOT}
+ ${TFLITE_LIB_ROOT}/tensorflow/lite)
find_path(TfLite_Schema_INCLUDE_PATH
schema_generated.h