serizba / cppflow

Run TensorFlow models in C++ without installation and without Bazel
https://serizba.github.io/cppflow/
MIT License
781 stars 177 forks source link

Tagging for Major Releases of Tensorflow #118

Closed dtsmith2001 closed 1 year ago

dtsmith2001 commented 3 years ago

Is there any plan to create tags when there are major releases of Tensorflow?

serizba commented 1 year ago

Not at the moment. We use a relatively stable subset of functions from the TF C API, so it should not be a problem to use different versions of TensorFlow. If we find this is an issue we may start providing a compatibility table.