antmicro/tensorflow-arduino-examples

some tensorflow headers are no longer needed

advaitjain opened this issue · 2 comments

This commit tensorflow/tensorflow@4dadd12 from tensorflow/tensorflow#46438 removed the need for tensorflow/core/public/version.h and tensorflow/lite/version.h

These files can be removed from the arduino examples repo.

Tagging @PiotrZierhoffer

Great catch. Reported this as an issue in our generator

As mentioned in the linked issue, the generator is fixed and the latest PR I just merged has no version.h files.