From 21a94ff6212aac28398f90373e873d43390070a3 Mon Sep 17 00:00:00 2001 From: Sadik Armagan Date: Mon, 9 Nov 2020 08:38:30 +0000 Subject: 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 Change-Id: I196998d53201a6e8888bb203eb640530b8feeac9 --- delegate/cmake/Modules/FindTfLite.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'delegate/cmake/Modules') 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 -- cgit v1.2.1