aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-07-27 11:22:04 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-07-27 11:26:00 -0700
commit8bc0236c8b99c5c6604af5bf84bf3e8a923ac8e4 (patch)
tree7993766d2c31585590048b968d92f7c6c09dc9e3 /tensorflow
parent3b97f1f9bd983dc4ccc8234ee297cf69d397f0c8 (diff)
PiperOrigin-RevId: 163366493
Diffstat (limited to 'tensorflow')
-rw-r--r--tensorflow/core/BUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/tensorflow/core/BUILD b/tensorflow/core/BUILD
index 8c475cd232..5adf255332 100644
--- a/tensorflow/core/BUILD
+++ b/tensorflow/core/BUILD
@@ -202,6 +202,12 @@ tf_proto_library(
visibility = ["//visibility:public"],
)
+jspb_proto_library(
+ name = "protos_all_jspb_proto",
+ visibility = ["//visibility:public"],
+ deps = [":protos_all_cc"],
+)
+
exports_files([
"framework/types.proto",
])