Open
Description
Is your feature request related to a problem? Please describe.
I'm desktop environment is an iMac with M1 chip. I have been looking on how to build TensorFlow v2.3 so I could use it for image classification, but haven't had much luck. When building with a v2.5 libtensorflow
I receive the following error message due to breaking changes after v2.3
Unable to find an entry point named 'TF_StringEncodedSize' in shared library 'tensorflow'
Describe the solution you'd like
Upgrade TensorFlow support to v2.5+
Describe alternatives you've considered
No alternatives really.