aboutsummaryrefslogtreecommitdiffhomepage
path: root/RELEASE.md
diff options
context:
space:
mode:
authorGravatar Shanqing Cai <cais@google.com>2018-06-08 14:55:26 -0400
committerGravatar Shanqing Cai <cais@google.com>2018-06-08 14:55:26 -0400
commitd3b482dadfa1b59ec04ee668ebd899e6bcb4b7b8 (patch)
tree4c572834ba7386fed73ae6221031d5092ee0e85e /RELEASE.md
parent22305d74380d10d06756a94024b85ca6cb3d3eef (diff)
Update RELEASE.md (r1.9) for tfdbg and XLA
Diffstat (limited to 'RELEASE.md')
-rw-r--r--RELEASE.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/RELEASE.md b/RELEASE.md
index 8f76e7efb4..879ce6e440 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -26,8 +26,7 @@
* Move Keras code out of _impl folder and remove API files.
* `tf.keras.Model.save_weights` now saves in TensorFlow format by default.
* Enable dataset iterators to be passed to `tf.keras.Model` training/eval methods.
-* Accelerated Linear Algebra (XLA):
-* TensorFlow Debugger (tfdbg) CLI:
+* TensorFlow Debugger (tfdbg) CLI: fix an issue in which the TensorBoard Debugger Plugin could not handle total source file size exceeding gRPC message size limit (4 MB).
* `tf.contrib`:
* `tf.contrib.framework.zero_initializer` supports ResourceVariable.
* Adding "constrained_optimization" to tensorflow/contrib.