Skip to content

Commit 4858fdf

Browse files
authored
Fix tensorflow/lite/micro header paths #15
1 parent 9183a15 commit 4858fdf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

GestureToEmoji/ArduinoSketches/IMU_Classifier/IMU_Classifier.ino

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
#include <Arduino_LSM9DS1.h>
2222

2323
#include <TensorFlowLite.h>
24-
#include <tensorflow/lite/experimental/micro/kernels/all_ops_resolver.h>
25-
#include <tensorflow/lite/experimental/micro/micro_error_reporter.h>
26-
#include <tensorflow/lite/experimental/micro/micro_interpreter.h>
24+
#include <tensorflow/lite/micro/all_ops_resolver.h>
25+
#include <tensorflow/lite/micro/micro_error_reporter.h>
26+
#include <tensorflow/lite/micro/micro_interpreter.h>
2727
#include <tensorflow/lite/schema/schema_generated.h>
2828
#include <tensorflow/lite/version.h>
2929

0 commit comments

Comments
 (0)