aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/BUILD
diff options
context:
space:
mode:
authorGravatar Igor Ganichev <iga@google.com>2018-08-02 21:11:27 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-02 21:20:20 -0700
commit7a78d060c0a50ac77df6bb3c5b2bf6d9a5be1496 (patch)
tree4027818b3074ab67ff71705ff928038e58039564 /tensorflow/python/BUILD
parent222f1396a6e487142c2c2447ede5f5df0529a3d0 (diff)
Add missing dependency of ops.py
PiperOrigin-RevId: 207215039
Diffstat (limited to 'tensorflow/python/BUILD')
-rw-r--r--tensorflow/python/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/python/BUILD b/tensorflow/python/BUILD
index 7cf8ddb1d9..614499793b 100644
--- a/tensorflow/python/BUILD
+++ b/tensorflow/python/BUILD
@@ -834,6 +834,7 @@ py_library(
deps = [
":c_api_util",
":control_flow_util",
+ ":cpp_shape_inference_proto_py",
":device",
":dtypes",
":error_interpolation",