aboutsummaryrefslogtreecommitdiffhomepage
path: root/RELEASE.md
diff options
context:
space:
mode:
authorGravatar Josh Levenberg <josh11b@tensorflow.org>2016-01-20 14:54:50 -0800
committerGravatar Manjunath Kudlur <keveman@gmail.com>2016-01-20 17:20:08 -0800
commitdb7478e8998f7703c57a75a950c905ec0cb59d7b (patch)
tree14227f2a3052ab97ad59bed405ae6e8d4d26f835 /RELEASE.md
parent6cc49690efd9b1017dc9b7b3659ec02431fca490 (diff)
First step of moving files out of tensorflow/core/public/. Here
we copy the original files to their new location and make the public/ versions #include the new location. Once all references are updated to point to the new location, we can delete the originals in public/. Change: 112622561
Diffstat (limited to 'RELEASE.md')
-rw-r--r--RELEASE.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/RELEASE.md b/RELEASE.md
index 942781c829..c2d4f0156d 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -15,6 +15,14 @@
example, the shape argument to `tf.reshape` can't be a scalar anymore). The
open source release was already scalar strict, so outside Google `IsScalar`
and `IsVector` are exact replacements.
+* The following files are being removed from `tensorflow/core/public/`:
+ * `env.h` -> `../platform/env.h`
+ * `status.h` -> `../lib/core/status.h`
+ * `tensor.h` -> `../framework/tensor.h`
+ * `tensor_shape.h` -> `../framework/tensor_shape.h`
+ * `partial_tensor_shape.h` -> `../framework/partial_tensor_shape.h`
+ * `tensorflow_server.h` deleted
+
## Bug fixes