aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/BUILD
diff options
context:
space:
mode:
authorGravatar Vijay Vasudevan <vrv@google.com>2015-11-18 16:41:37 -0800
committerGravatar Vijay Vasudevan <vrv@google.com>2015-11-18 16:41:37 -0800
commitf7918e1dcd5b0c1f8114f488fc35a63a81e94535 (patch)
tree801a5280729f2ea53cf6a16c29a63f352b65a0de /tensorflow/core/BUILD
parentab34d55ce7618e52069a2e1c9e51aac5a1ea81c3 (diff)
TensorFlow: Removal of large assets and small other fixes.
Changes: - Remove all large assets from the repoistory, incuding the other 50MiB model protobuf and a lot of images in our g3doc directory. We will maintain these assets externally for now. g3doc images may be broken for a little bit, but the website will be fine, which is the important resource. By @vrv and @petewarden. Updates READMES to reflect the external model resources. - Fix to saver's latest_checkpoint function by Zhifeng - Made protos visibility public by @vrv - Updates to docs by @mrry, Andy - Embed tensorboard resource for summary icon by Daniel - More updates to backwars compat by @josh11b Base CL: 108194981
Diffstat (limited to 'tensorflow/core/BUILD')
-rw-r--r--tensorflow/core/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/BUILD b/tensorflow/core/BUILD
index 31ec4913f8..bdc93f922a 100644
--- a/tensorflow/core/BUILD
+++ b/tensorflow/core/BUILD
@@ -301,7 +301,7 @@ tf_proto_library(
go_api_version = 2,
java_api_version = 2,
py_api_version = 2, # TODO(irving): Handle 3
- visibility = ["//tensorflow:internal"],
+ visibility = ["//visibility:public"],
)
cc_library(