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

Open
#22 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
25/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
arduino, tensorflow

Research direction

Reproduce the hello world deployment on an Arduino Nano 33 BLE Sense with TensorFlow 2.1.0, starting from micro_mutable_op_resolver.h:21 and the headers listed in the issue. Check why tensorflow/lite/c/common.h is unavailable; done means the example compiles and deploys without the missing-header error.

Written by the indexing model from the issue text.

Description

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"
Dominant language
Jupyter Notebook
Stars
269
Forks
122
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from arduino/ArduinoTensorFlowLiteTutorials

All issues in arduino/ArduinoTensorFlowLiteTutorials

Similar issues

More Build System issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.