Skip to content

Commit 07bb8ea

Browse files
yifeifgunan
authored andcommitted
Update release note.
1 parent 47bba63 commit 07bb8ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RELEASE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ To help you upgrade your existing TensorFlow Python code to match the API change
8787
* Change arg order for `{softmax,sparse_softmax,sigmoid}_cross_entropy_with_logits` to be (labels, predictions), and force use of named args.
8888

8989
## Bug Fixes and Other Changes
90+
* Numerous C++ API updates.
9091
* New op: `parallel_stack`.
9192
* Introducing common tf io compression options constants for
9293
RecordReader/RecordWriter.
@@ -125,6 +126,7 @@ To help you upgrade your existing TensorFlow Python code to match the API change
125126
* `tf.divide` now honors the name field.
126127
* Make metrics weight broadcasting more strict.
127128
* Add new queue-like `StagingArea` and new ops: `stage` and `unstage`.
129+
* Enable inplace update ops for strings on CPU. Speed up string concat.
128130

129131
## Thanks to our Contributors
130132

0 commit comments

Comments
 (0)