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.
1 parent 9183a15 commit efa2548Copy full SHA for efa2548
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