TensorFlow model + input gesture. More...
#include <Arduino.h>#include "TinyTrainable.h"#include "Input.h"#include <Arduino_LSM9DS1.h>#include <Arduino_BMI270_BMM150.h>#include <TensorFlowLite.h>#include <tensorflow/lite/micro/all_ops_resolver.h>#include <tensorflow/lite/micro/micro_interpreter.h>#include <tensorflow/lite/schema/schema_generated.h>Go to the source code of this file.
Classes | |
| class | InputGesture |
| InputGesture inherits from Input. More... | |
TensorFlow model + input gesture.