From fac4a354131a5311b43c313823384d4324575cc7 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Fri, 20 Jan 2017 13:14:02 -0800 Subject: Delete namespace aliases in tensorflow::ops for Input, Output, etc. now that all uses have migrated to using the tensorflow namespace. Change: 145119259 --- RELEASE.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'RELEASE.md') diff --git a/RELEASE.md b/RELEASE.md index 29b6cba6ba..9081c1e033 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -59,6 +59,8 @@ behavior by specifying the attribute dct_method='INTEGER_ACCURATE'. * `tf.complex_abs` has been removed from the Python interface. `tf.abs` supports complex tensors and should be used instead. +* In the C++ API (in tensorflow/cc), Input, Output, etc. have moved + from the tensorflow::ops namespace to tensorflow. # Release 0.12.0 -- cgit v1.2.3