aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/data/ops/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/data/ops/BUILD')
-rw-r--r--tensorflow/python/data/ops/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/tensorflow/python/data/ops/BUILD b/tensorflow/python/data/ops/BUILD
index fa2e86eab1..f15eb6310f 100644
--- a/tensorflow/python/data/ops/BUILD
+++ b/tensorflow/python/data/ops/BUILD
@@ -40,6 +40,7 @@ py_library(
"//tensorflow/python:dtypes",
"//tensorflow/python:framework_ops",
"//tensorflow/python:tensor_shape",
+ "//tensorflow/python/compat",
"//tensorflow/python/data/util:convert",
],
)
@@ -54,6 +55,7 @@ py_library(
"//tensorflow/python:framework_ops",
"//tensorflow/python:resource_variable_ops",
"//tensorflow/python:tensor_shape",
+ "//tensorflow/python/compat",
"//tensorflow/python/data/util:nest",
"//tensorflow/python/data/util:sparse",
"//tensorflow/python/eager:context",