Skip to content

Commit 30dfd31

Browse files
authored
Merge branch 'r1.0' into r1.0
2 parents d7950e0 + 52389ea commit 30dfd31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

RELEASE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ To help you upgrade your existing TensorFlow Python code to match the API change
8585
* In the C++ API (in tensorflow/cc), Input, Output, etc. have moved
8686
from the tensorflow::ops namespace to tensorflow.
8787
* Change arg order for `{softmax,sparse_softmax,sigmoid}_cross_entropy_with_logits` to be (labels, predictions), and force use of named args.
88+
* tf.nn.rnn_cell.* and most functions in tf.nn.rnn.* (with the exception of dynamic_rnn and raw_rnn) are temporarily in tf.contrib.rnn. They will be moved back into core for TF 1.1.
8889

8990
## Bug Fixes and Other Changes
9091
* Numerous C++ API updates.

0 commit comments

Comments
 (0)