aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/cloud
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-03-29 08:48:39 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-03-29 10:10:32 -0700
commit19526c1318f98d62a7367ffecefe1d6f50cbf5ba (patch)
treea88696a6ed01d5d93052aef8cce76b94506930cc /tensorflow/contrib/cloud
parentc32d281da8f3c4210da204b3ef74b3057dd1fedb (diff)
Set the visibility of the bigquery_reader_ops target to public.
Change: 151586548
Diffstat (limited to 'tensorflow/contrib/cloud')
-rw-r--r--tensorflow/contrib/cloud/kernels/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/cloud/kernels/BUILD b/tensorflow/contrib/cloud/kernels/BUILD
index 2500f10c74..35bab9abfb 100644
--- a/tensorflow/contrib/cloud/kernels/BUILD
+++ b/tensorflow/contrib/cloud/kernels/BUILD
@@ -37,7 +37,7 @@ tf_kernel_library(
srcs = [
"bigquery_reader_ops.cc",
],
- visibility = ["//tensorflow:__subpackages__"],
+ visibility = ["//visibility:public"],
deps = [
":bigquery_table_accessor",
":bigquery_table_partition_proto_cc",