From 0386a01ad3beb28364599d82199be1c0837b3fa9 Mon Sep 17 00:00:00 2001 From: Dandelion Mané Date: Fri, 10 Mar 2017 14:43:23 -0800 Subject: Merge changes from github. Change: 149800363 --- RELEASE.md | 1 + 1 file changed, 1 insertion(+) (limited to 'RELEASE.md') diff --git a/RELEASE.md b/RELEASE.md index f7f5e37bd7..b223f51730 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -87,6 +87,7 @@ To help you upgrade your existing TensorFlow Python code to match the API change * In the C++ API (in tensorflow/cc), Input, Output, etc. have moved from the tensorflow::ops namespace to tensorflow. * Change arg order for `{softmax,sparse_softmax,sigmoid}_cross_entropy_with_logits` to be (labels, predictions), and force use of named args. +* 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. ## Bug Fixes and Other Changes * Numerous C++ API updates. -- cgit v1.2.3