aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/BUILD')
-rw-r--r--tensorflow/python/BUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/tensorflow/python/BUILD b/tensorflow/python/BUILD
index fe81254ef7..da3c56db92 100644
--- a/tensorflow/python/BUILD
+++ b/tensorflow/python/BUILD
@@ -2152,6 +2152,7 @@ py_library(
":array_grad",
":array_ops",
":bitwise_ops",
+ ":check_ops",
":cond_v2_impl",
":control_flow_grad",
":control_flow_ops",
@@ -2172,8 +2173,11 @@ py_library(
":random_grad",
":resource_variable_ops",
":spectral_grad",
+ ":tensor_array_ops",
+ ":tensor_util",
":util",
":variable_scope",
+ "//tensorflow/core:protos_all_py",
"//tensorflow/python/eager:backprop",
"//tensorflow/python/eager:context",
"//tensorflow/python/eager:tape",