aboutsummaryrefslogtreecommitdiffhomepage
path: root/RELEASE.md
diff options
context:
space:
mode:
authorGravatar Michael Case <mikecase@google.com>2018-06-18 11:07:48 -0700
committerGravatar Gunhan Gulsoy <gunan@google.com>2018-06-18 11:07:48 -0700
commit7e859ebc65bf7d77ed89f736c7fd6fede0a93c92 (patch)
tree545fe0d33bd9eab7519b63171fa3e1edbb76a9d4 /RELEASE.md
parentd84960b231b5f72cb0593cb7cc2f20991e9bb849 (diff)
Add missing Eager relnotes for TensorFlow 1.9. (#20101)
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 879ce6e440..510eca5467 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -22,6 +22,8 @@
* (C++) `DatasetBase::MakeIterator()` has been renamed to `DatasetBase::MakeIteratorInternal()`.
* (C++) `IteratorBase::Initialize()` method was added to support raising errors during iterator construction.
* Eager Execution:
+ * Added the ability to pause recording operations for gradient computation via `tf.GradientTape.stop_recording`.
+ * Updated documentation, introductory notebooks.
* `tf.keras`:
* Move Keras code out of _impl folder and remove API files.
* `tf.keras.Model.save_weights` now saves in TensorFlow format by default.