Skip to content

Instantly share code, notes, and snippets.

@wezleysherman
Last active January 28, 2020 09:49
Show Gist options
  • Save wezleysherman/c5160f08df38b33155f2afe074a1100d to your computer and use it in GitHub Desktop.
Save wezleysherman/c5160f08df38b33155f2afe074a1100d to your computer and use it in GitHub Desktop.
#include <Arduino.h>
#include <math.h>
#include "tensorflow/lite/experimental/micro/kernels/all_ops_resolver.h"
#include "tensorflow/lite/experimental/micro/micro_error_reporter.h"
#include "tensorflow/lite/experimental/micro/micro_interpreter.h"
#include "sine_model_data.h"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment