Skip to content

error: 'AllOpsResolver' in namespace 'tflite::ops::micro' does not name a type tflite::ops::micro::AllOpsResolver tflOpsResolver; #16

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 · 1 comment

Comments

@wallanoo
Copy link

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

error: 'AllOpsResolver' in namespace 'tflite::ops::micro' does not name a type tflite::ops::micro::AllOpsResolver tflOpsResolver;

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

@markpatterson27
Copy link

It looks like the namespace for AllOpsResolver has changed. (See: tensorflow/tensorflow@e5dfc3b#diff-bef9994836e47ef462fa74510aa8ae34)

Try changing line 43 of IMU_Classifier to:

tflite::AllOpsResolver tflOpsResolver;

(i.e. delete 'ops::micro::')

pdp7 added a commit to pdp7/ArduinoTensorFlowLiteTutorials that referenced this issue Sep 7, 2020
Fix data type for tflOpsResolver per issue arduino#16
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

3 participants