"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "tensorflow/core/public/version.h" between
tensorflow-2.11.0-rc0.tar.gz and tensorflow-2.11.0-rc1.tar.gz

About: tensorflow is a software library for Machine Intelligence respectively for numerical computation using data flow graphs.
Release candidate.

version.h  (tensorflow-2.11.0-rc0):version.h  (tensorflow-2.11.0-rc1)
skipping to change at line 29 skipping to change at line 29
// TensorFlow uses semantic versioning, see http://semver.org/. // TensorFlow uses semantic versioning, see http://semver.org/.
// Also update tensorflow/tensorflow.bzl and // Also update tensorflow/tensorflow.bzl and
// tensorflow/tools/pip_package/setup.py // tensorflow/tools/pip_package/setup.py
#define TF_MAJOR_VERSION 2 #define TF_MAJOR_VERSION 2
#define TF_MINOR_VERSION 11 #define TF_MINOR_VERSION 11
#define TF_PATCH_VERSION 0 #define TF_PATCH_VERSION 0
// TF_VERSION_SUFFIX is non-empty for pre-releases (e.g. "-alpha", "-alpha.1", // TF_VERSION_SUFFIX is non-empty for pre-releases (e.g. "-alpha", "-alpha.1",
// "-beta", "-rc", "-rc.1") // "-beta", "-rc", "-rc.1")
#define TF_VERSION_SUFFIX "-rc0" #define TF_VERSION_SUFFIX "-rc1"
#define TF_STR_HELPER(x) #x #define TF_STR_HELPER(x) #x
#define TF_STR(x) TF_STR_HELPER(x) #define TF_STR(x) TF_STR_HELPER(x)
// e.g. "0.5.0" or "0.6.0-alpha". // e.g. "0.5.0" or "0.6.0-alpha".
#define TF_VERSION_STRING \ #define TF_VERSION_STRING \
(TF_STR(TF_MAJOR_VERSION) "." TF_STR(TF_MINOR_VERSION) "." TF_STR( \ (TF_STR(TF_MAJOR_VERSION) "." TF_STR(TF_MINOR_VERSION) "." TF_STR( \
TF_PATCH_VERSION) TF_VERSION_SUFFIX) TF_PATCH_VERSION) TF_VERSION_SUFFIX)
// GraphDef compatibility versions (the versions field in graph.proto). // GraphDef compatibility versions (the versions field in graph.proto).
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)