summaryrefslogtreecommitdiff
path: root/tools/nnapi_quickcheck/tests/relu1_1.cpp
diff options
context:
space:
mode:
author오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>2018-12-10 15:40:20 +0900
committerGitHub Enterprise <noreply-CODE@samsung.com>2018-12-10 15:40:20 +0900
commitbdb638c53c149fd678990e1718778b0db9b68351 (patch)
treee5058eb3162436ad7b04c767b8e16455b7ead751 /tools/nnapi_quickcheck/tests/relu1_1.cpp
parentf9f16d2847ae85b9e89f6aa4472fcb07ba7480e0 (diff)
downloadnnfw-bdb638c53c149fd678990e1718778b0db9b68351.tar.gz
nnfw-bdb638c53c149fd678990e1718778b0db9b68351.tar.bz2
nnfw-bdb638c53c149fd678990e1718778b0db9b68351.zip
Move libs/support/tflite to libs/tflite (#3920)
Move libs/support/tflite to libs/tflite Update header include path Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
Diffstat (limited to 'tools/nnapi_quickcheck/tests/relu1_1.cpp')
-rw-r--r--tools/nnapi_quickcheck/tests/relu1_1.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/nnapi_quickcheck/tests/relu1_1.cpp b/tools/nnapi_quickcheck/tests/relu1_1.cpp
index aeefe2f06..b729c50c3 100644
--- a/tools/nnapi_quickcheck/tests/relu1_1.cpp
+++ b/tools/nnapi_quickcheck/tests/relu1_1.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "support/tflite/kernels/register.h"
+#include "tflite/kernels/register.h"
#include "tensorflow/contrib/lite/model.h"
#include "tensorflow/contrib/lite/builtin_op_data.h"
@@ -23,9 +23,9 @@
#include "util/environment.h"
#include "util/feature/Shape.h"
-#include "support/tflite/Diff.h"
-#include "support/tflite/Quantization.h"
-#include "support/tflite/interp/FunctionBuilder.h"
+#include "tflite/Diff.h"
+#include "tflite/Quantization.h"
+#include "tflite/interp/FunctionBuilder.h"
#include <chrono>
#include <random>