Set the visibility of the bigquery_reader_ops target to public.

Change: 151586548
This commit is contained in:
A. Unique TensorFlower 2017-03-29 08:48:39 -08:00 committed by TensorFlower Gardener
parent c32d281da8
commit 19526c1318

View File

@ -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",