Update build dependency for keras/application.

PiperOrigin-RevId: 334308641
Change-Id: Idf05c4a507b47dbf2874af56084d1f91dc8ed4e5
This commit is contained in:
Scott Zhu 2020-09-28 22:45:43 -07:00 committed by TensorFlower Gardener
parent b40e326ca3
commit d4ed713e95

View File

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