TensorFlow Version Compatibility
This document is aimed at users who need to provide backward compatibility for different versions of TensorFlow (whether code or data) and developers who wish to change TensorFlow while maintaining compatibility. Semantic Versioning 2.0 The public API of TensorFlow follows Semantic Versioning 2.0 (semver). Each TensorFlow version number is in the format MAJOR.MINOR.PATCH. For example, … Read more