ArduinoTensorFlowLiteTutorials icon indicating copy to clipboard operation
ArduinoTensorFlowLiteTutorials copied to clipboard

micro_mutable_op_resolver.h:21:10: fatal error: tensorflow/lite/c/common.h: No such file or directory

Open machinelearningzuu opened this issue 5 years ago • 1 comments

Tensorflow version : '2.1.0' Target platform: Arduino nano 33 sense BLE

micro_mutable_op_resolver.h:21:10: fatal error: tensorflow/lite/c/common.h: No such file or directory

when I deploy hello world model to edge I got above error. Following contains the headers of the test run


#include "tensorflow/lite/micro/examples/hello_world/model.h"
#include "tensorflow/lite/micro/all_ops_resolver.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"

machinelearningzuu avatar Oct 08 '20 11:10 machinelearningzuu

@1zuu Any solution?

Raunak-Singh-Inventor avatar Jun 05 '22 21:06 Raunak-Singh-Inventor