-
Notifications
You must be signed in to change notification settings - Fork 27
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
Update required define #58
Comments
Hi Rafael, do you have a more specific link? I was unable to find it at https://gitter.im/tensorflow/sig-micro . I would like to understand which tf versions are affected how. |
I see tensorflow/lite/micro/tools/make/Makefile in r2.4 still define TF_LITE_STATIC_MEMORY and I see no usage of a TF_LITE_MICRO in r2.4 (as of today) |
I just copied from inbox to issue, but you are right that there seems to be no mention of this flag in the official repo. https://groups.google.com/a/tensorflow.org/g/micro/c/ExZmKoRzeAs |
That sounds like r2.5 material (also given the time it got posted (after releasing 2.4-rc2)), so I believe it won't affect us for another months (till we create a r2.5 branch). |
The master branch still serves a purpose for me, in that I'd use it to keep up with tensorflow master. However we could rename it to "develop"/"dev" to avoid confusion. |
Today I found the info that this rename got delayed: https://groups.google.com/a/tensorflow.org/g/micro/c/ExZmKoRzeAs/m/XoemFLMgAAAJ?pli=1 |
From SIGMICRO list:
If you explicitly have TF_LITE_STATIC_MEMORY defined in a Make or build config, please update that build define to TF_LITE_MICRO.
The text was updated successfully, but these errors were encountered: