I am trying to get a TensorFlow Lite example to run on a machine with an ARM Cortex-A72 processor. Unfortunately, I wasn\'t able to deploy a test model due to the lack of exampl
Here is the minimal set of includes:
#include "tensorflow/lite/interpreter.h" #include "tensorflow/lite/kernels/register.h" #include "tensorflow/lite/model.h" #include "tensorflow/lite/tools/gen_op_registration.h"
These will include other headers, e.g. which defines std::unique_ptr.
std::unique_ptr