aboutsummaryrefslogtreecommitdiff
path: root/delegate/cmake
diff options
context:
space:
mode:
authorSadik Armagan <sadik.armagan@arm.com>2020-11-09 08:38:30 +0000
committerSadik Armagan <sadik.armagan@arm.com>2020-11-10 13:58:02 +0000
commit21a94ff6212aac28398f90373e873d43390070a3 (patch)
treef4de2eb40b670436760aa669b19be81b64edf32e /delegate/cmake
parent057ac601c09c83bf4f4a5b6df3518c73bf47c14f (diff)
downloadarmnn-21a94ff6212aac28398f90373e873d43390070a3.tar.gz
IVGCVSW-5379 'TfLiteDelegate: Implement the ElementWiseBinary operators'
* Enabled elementwise binary operators DIV, MAXIMUM, MINIMUM, MUL, SUB * Implemented unit tests for elementwise binary operators Signed-off-by: Sadik Armagan <sadik.armagan@arm.com> Change-Id: I196998d53201a6e8888bb203eb640530b8feeac9
Diffstat (limited to 'delegate/cmake')
-rw-r--r--delegate/cmake/Modules/FindTfLite.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/delegate/cmake/Modules/FindTfLite.cmake b/delegate/cmake/Modules/FindTfLite.cmake
index d6c274cb65..96e15db108 100644
--- a/delegate/cmake/Modules/FindTfLite.cmake
+++ b/delegate/cmake/Modules/FindTfLite.cmake
@@ -11,7 +11,7 @@ find_path(TfLite_INCLUDE_DIR
tensorflow/lite
third_party
HINTS
- ${TFLITE_LIB_ROOT})
+ ${TENSORFLOW_ROOT}/..)
find_library(TfLite_LIB
NAMES