提交 07bb8ea2 编写于 作者: Y Yifei Feng 提交者: gunan

Update release note.

上级 47bba636
......@@ -87,6 +87,7 @@ To help you upgrade your existing TensorFlow Python code to match the API change
* Change arg order for `{softmax,sparse_softmax,sigmoid}_cross_entropy_with_logits` to be (labels, predictions), and force use of named args.
## Bug Fixes and Other Changes
* Numerous C++ API updates.
* New op: `parallel_stack`.
* Introducing common tf io compression options constants for
RecordReader/RecordWriter.
......@@ -125,6 +126,7 @@ To help you upgrade your existing TensorFlow Python code to match the API change
* `tf.divide` now honors the name field.
* Make metrics weight broadcasting more strict.
* Add new queue-like `StagingArea` and new ops: `stage` and `unstage`.
* Enable inplace update ops for strings on CPU. Speed up string concat.
## Thanks to our Contributors
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册