We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 312d312 + efa2548 commit 5f17cacCopy full SHA for 5f17cac
GestureToEmoji/ArduinoSketches/IMU_Classifier/IMU_Classifier.ino
@@ -40,7 +40,7 @@ tflite::MicroErrorReporter tflErrorReporter;
40
// pull in all the TFLM ops, you can remove this line and
41
// only pull in the TFLM ops you need, if would like to reduce
42
// the compiled size of the sketch.
43
-tflite::ops::micro::AllOpsResolver tflOpsResolver;
+tflite::AllOpsResolver tflOpsResolver;
44
45
const tflite::Model* tflModel = nullptr;
46
tflite::MicroInterpreter* tflInterpreter = nullptr;
0 commit comments