Skip to content

Commit 312d312

Browse files
authored
Merge pull request #19 from pdp7/patch-1
Fix tensorflow/lite/micro header paths
2 parents 9183a15 + 4858fdf commit 312d312

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

GestureToEmoji/ArduinoSketches/IMU_Classifier/IMU_Classifier.ino

+3-3
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)