diff --git a/tensorflow/python/keras/applications/BUILD b/tensorflow/python/keras/applications/BUILD index aba936c2a8f..ee3f9b3aa59 100644 --- a/tensorflow/python/keras/applications/BUILD +++ b/tensorflow/python/keras/applications/BUILD @@ -90,6 +90,7 @@ tf_py_test( deps = [ ":applications", "//tensorflow/python:client_testlib", + "//tensorflow/python/keras/preprocessing", "@absl_py//absl/testing:parameterized", ], ) @@ -107,6 +108,7 @@ tf_py_test( deps = [ ":applications", "//tensorflow/python:client_testlib", + "//tensorflow/python/keras/preprocessing", "@absl_py//absl/testing:parameterized", ], ) @@ -124,6 +126,7 @@ tf_py_test( deps = [ ":applications", "//tensorflow/python:client_testlib", + "//tensorflow/python/keras/preprocessing", "@absl_py//absl/testing:parameterized", ], ) @@ -141,6 +144,7 @@ tf_py_test( deps = [ ":applications", "//tensorflow/python:client_testlib", + "//tensorflow/python/keras/preprocessing", "@absl_py//absl/testing:parameterized", ], ) @@ -158,6 +162,7 @@ tf_py_test( deps = [ ":applications", "//tensorflow/python:client_testlib", + "//tensorflow/python/keras/preprocessing", "@absl_py//absl/testing:parameterized", ], ) @@ -175,6 +180,7 @@ tf_py_test( deps = [ ":applications", "//tensorflow/python:client_testlib", + "//tensorflow/python/keras/preprocessing", "@absl_py//absl/testing:parameterized", ], ) @@ -192,6 +198,7 @@ tf_py_test( deps = [ ":applications", "//tensorflow/python:client_testlib", + "//tensorflow/python/keras/preprocessing", "@absl_py//absl/testing:parameterized", ], ) @@ -209,6 +216,7 @@ tf_py_test( deps = [ ":applications", "//tensorflow/python:client_testlib", + "//tensorflow/python/keras/preprocessing", "@absl_py//absl/testing:parameterized", ], ) @@ -226,6 +234,7 @@ tf_py_test( deps = [ ":applications", "//tensorflow/python:client_testlib", + "//tensorflow/python/keras/preprocessing", "@absl_py//absl/testing:parameterized", ], ) @@ -243,6 +252,7 @@ tf_py_test( deps = [ ":applications", "//tensorflow/python:client_testlib", + "//tensorflow/python/keras/preprocessing", "@absl_py//absl/testing:parameterized", ], ) @@ -260,6 +270,7 @@ tf_py_test( deps = [ ":applications", "//tensorflow/python:client_testlib", + "//tensorflow/python/keras/preprocessing", "@absl_py//absl/testing:parameterized", ], ) @@ -279,6 +290,7 @@ tf_py_test( deps = [ ":applications", "//tensorflow/python:client_testlib", + "//tensorflow/python/keras/preprocessing", "@absl_py//absl/testing:parameterized", ], ) @@ -298,6 +310,7 @@ tf_py_test( deps = [ ":applications", "//tensorflow/python:client_testlib", + "//tensorflow/python/keras/preprocessing", "@absl_py//absl/testing:parameterized", ], ) @@ -315,6 +328,7 @@ tf_py_test( deps = [ ":applications", "//tensorflow/python:client_testlib", + "//tensorflow/python/keras/preprocessing", "@absl_py//absl/testing:parameterized", ], ) @@ -332,6 +346,7 @@ tf_py_test( deps = [ ":applications", "//tensorflow/python:client_testlib", + "//tensorflow/python/keras/preprocessing", "@absl_py//absl/testing:parameterized", ], )