Skip to content

tensorflow/lite/experimental/micro/kernels/all_ops_resolver.h: No such file or directory #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wallanoo opened this issue Jun 23, 2020 · 4 comments

Comments

@wallanoo
Copy link

When I upload the IMU_Classifier to the Arduino nano 33 sense BLE I obtain this error:

tensorflow/lite/experimental/micro/kernels/all_ops_resolver.h: No such file or directory

I have the Arduino_Tensorflowlite library 2.1.0-Alpha precompiled installed..

@wallanoo
Copy link
Author

I found libraries in tensorflow/lite/micro

@myominhtet
Copy link

how get that. I tried but still got error

@jintolonappan
Copy link

@myominhtet
You may need to change such lines to:

#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/schema/schema_generated.h"
#include "tensorflow/lite/version.h"

@pdp7
Copy link
Contributor

pdp7 commented Sep 7, 2020

I ran into this as well.

I had to remove 'experimental' from the paths:

#include <tensorflow/lite/micro/all_ops_resolver.h>
#include <tensorflow/lite/micro/micro_error_reporter.h>
#include <tensorflow/lite/micro/micro_interpreter.h>

pdp7 added a commit to pdp7/ArduinoTensorFlowLiteTutorials that referenced this issue Sep 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants