aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <nobody@tensorflow.org>2016-01-25 10:17:03 -0800
committerGravatar Vijay Vasudevan <vrv@google.com>2016-01-25 10:49:49 -0800
commit955239a1634fb23f9ca86b932c8e3c988370c022 (patch)
tree2c21e2dec73e526decb1b95bb45ea20fd7294448
parent5c13ef6db13d28ca48a70fa2d68cc928d5cb1b41 (diff)
Create py and cc targets for tensorflow/python:public_protos
Change: 112962727
-rw-r--r--tensorflow/python/BUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/tensorflow/python/BUILD b/tensorflow/python/BUILD
index de7c6d2453..ca2895bc2f 100644
--- a/tensorflow/python/BUILD
+++ b/tensorflow/python/BUILD
@@ -12,6 +12,7 @@ load("//tensorflow:tensorflow.bzl", "tf_gen_op_wrapper_py")
load("//tensorflow:tensorflow.bzl", "py_tests")
load("//tensorflow:tensorflow.bzl", "cuda_py_tests")
load("//tensorflow:tensorflow.bzl", "tf_py_wrap_cc")
+load("//tensorflow/core:platform/default/build_config.bzl", "tf_proto_library")
load("//tensorflow/core:platform/default/build_config.bzl", "tf_proto_library_py")
py_library(
@@ -806,7 +807,7 @@ tf_proto_library_py(
deps = [":public_protos_py"],
)
-tf_proto_library_py(
+tf_proto_library(
name = "public_protos",
srcs = ["training/saver.proto"],
visibility = ["//visibility:public"],