aboutsummaryrefslogtreecommitdiffhomepage
path: root/RELEASE.md
diff options
context:
space:
mode:
authorGravatar Asim Shankar <ashankar@google.com>2016-11-07 16:18:59 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-11-08 16:12:46 -0800
commitfdd94f24e9ebfe58bd967a8c2c7b8985c03ff80b (patch)
tree35bcc4d50e128fdce07266b8f0238f5da0bed2be /RELEASE.md
parentfd05b5ebc56316eb6ac9fcb74234979fee2fc5f9 (diff)
C API: Rename TF_Session to TF_DeprecatedSession.
This is one step towards having a stable C API by the time we get to TensorFlow 1.0. A follow-up step will involve renaming TF_SessionWithGraph to TF_Session. We want to encourage all client languages to use TF_SessionRun, TF_GraphImportGraphDef etc. (instead of TF_Run and TF_ExtendGraph), hence the choice of names. Ideally, all client languages will use these functions, but it is likely that Python will continue to use TF_DeprecatedSession for a while. Change: 138454433
Diffstat (limited to 'RELEASE.md')
-rw-r--r--RELEASE.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE.md b/RELEASE.md
index 62c9d1b1f6..861da16115 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -8,6 +8,8 @@ BUS_ANY was used.
* `Env::FileExists` and `FileSystem::FileExists` now return a tensorflow::Status
intead of a bool. Any callers to this function can be converted to a bool
by adding .ok() to the call.
+* The C API type `TF_Session` has been renamed to `TF_DeprecatedSession`.
+ Please use `TF_SessionWithGraph` instead.
# Release 0.11.0