aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <nobody@tensorflow.org>2016-01-15 08:28:56 -0800
committerGravatar Manjunath Kudlur <keveman@gmail.com>2016-01-15 08:29:28 -0800
commit42d705408beb0d7a45798fa22df5684296716a38 (patch)
tree3eee8ab81918d234b230d92247106b21e32bee68
parent8797e1d4d9f2bdd722c7bc4109f815f25c4ddad6 (diff)
Unspecified message.
-rw-r--r--tensorflow/python/BUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/tensorflow/python/BUILD b/tensorflow/python/BUILD
index df702feffe..9ec7490448 100644
--- a/tensorflow/python/BUILD
+++ b/tensorflow/python/BUILD
@@ -745,10 +745,9 @@ py_library(
":framework",
":lib",
":ops",
- ":protos_all_py_py_pb2",
+ ":protos_all_py",
":pywrap_tensorflow",
":training_ops",
- "//tensorflow/core:protos_all_py",
],
)
@@ -804,7 +803,7 @@ py_test(
main = "util/protobuf/compare_test.py",
srcs_version = "PY2AND3",
deps = [
- ":compare_test_py_pb2",
+ ":compare_test_proto_py",
":platform_test",
":util",
],
@@ -1080,10 +1079,9 @@ py_library(
deps = [
":client",
":framework",
- ":protos_all_py_py_pb2",
+ ":protos_all_py",
":pywrap_tensorflow",
":util",
- "//tensorflow/core:protos_all_py",
],
)