aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/opt/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/opt/BUILD')
-rw-r--r--tensorflow/contrib/opt/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/tensorflow/contrib/opt/BUILD b/tensorflow/contrib/opt/BUILD
index 93e589907e..2e4d61d931 100644
--- a/tensorflow/contrib/opt/BUILD
+++ b/tensorflow/contrib/opt/BUILD
@@ -159,8 +159,10 @@ py_test(
"//tensorflow/python:dtypes",
"//tensorflow/python:framework_ops",
"//tensorflow/python:math_ops",
+ "//tensorflow/python:resource_variable_ops",
"//tensorflow/python:variables",
"//third_party/py/numpy",
+ "@absl_py//absl/testing:parameterized",
],
)