summaryrefslogtreecommitdiff
path: root/tools/nnapi_quickcheck/tests/relu1_1.cpp
diff options
context:
space:
mode:
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>