I usually assume an ESP-specific version of a component has simplification or improvements for esp32, as compared to the creator's generic repo version.
I am trying to determine what are the main differences between repos: github.com/espressif/tensorflow and github.com/tensorflow/tensorflow
When I run 'make' to create project templates, I get varying numbers of files for components/tfmicro/ depending on whose repo and which example project I specify.
E.g.
Code: Select all
make -f tensorflow/lite/micro/tools/make/Makefile TARGET=esp generate_hello_world_esp_project
And why is tfmicro/ dependent on which example project is chosen?
Thanks!