System information
Host OS Platform and Distribution : Windows 10
Tensorflow version : 2.1.0
Target platform : Arduino Nano 33
Header are missing in hello_world sketches of tensorflow lite examples. So fails to build the deployment.
Following contains the headers I used.
#include "tensorflow/lite/micro/all_ops_resolver.h"
#include "tensorflow/lite/micro/examples/hello_world/model.h"
#include "tensorflow/lite/micro/micro_error_reporter.h"
#include "tensorflow/lite/micro/micro_interpreter.h"
#include "tensorflow/lite/micro/testing/micro_test.h"
#include "tensorflow/lite/schema/schema_generated.h"
#include "tensorflow/lite/version.h"