Adding missing build deps for various keras build targets.
PiperOrigin-RevId: 334644447 Change-Id: I0089a474c0b1c88e615bc3c9853f20d9965d6be0
This commit is contained in:
parent
b6e18e5dfa
commit
8e14fdb6a2
@ -360,6 +360,7 @@ tf_py_test(
|
||||
deps = [
|
||||
":applications",
|
||||
"//tensorflow/python:client_testlib",
|
||||
"//tensorflow/python/keras",
|
||||
"@absl_py//absl/testing:parameterized",
|
||||
],
|
||||
)
|
||||
|
@ -255,6 +255,7 @@ tf_py_test(
|
||||
"//tensorflow/python:client_testlib",
|
||||
"//tensorflow/python:dtypes",
|
||||
"//tensorflow/python:lookup_ops",
|
||||
"//tensorflow/python/keras",
|
||||
"//tensorflow/python/keras:backend",
|
||||
"//tensorflow/python/keras:combinations",
|
||||
],
|
||||
@ -273,6 +274,7 @@ tf_py_test(
|
||||
deps = [
|
||||
":data_adapter",
|
||||
"//tensorflow/python:client_testlib",
|
||||
"//tensorflow/python/keras",
|
||||
"//third_party/py/numpy",
|
||||
],
|
||||
)
|
||||
@ -572,6 +574,7 @@ tf_py_test(
|
||||
deps = [
|
||||
":base_layer",
|
||||
":engine",
|
||||
"//tensorflow/python/keras",
|
||||
"//tensorflow/python/keras:combinations",
|
||||
"//tensorflow/python/keras:testing_utils",
|
||||
"//tensorflow/python/keras/utils:layer_utils",
|
||||
@ -600,6 +603,7 @@ tf_py_test(
|
||||
"//tensorflow/python:state_ops",
|
||||
"//tensorflow/python:tensor_shape",
|
||||
"//tensorflow/python/eager:context",
|
||||
"//tensorflow/python/keras",
|
||||
"//tensorflow/python/keras:backend",
|
||||
"//tensorflow/python/keras:combinations",
|
||||
"//tensorflow/python/keras:initializers",
|
||||
@ -627,6 +631,7 @@ tf_py_test(
|
||||
deps = [
|
||||
":base_layer",
|
||||
":engine",
|
||||
"//tensorflow/python/keras",
|
||||
"//tensorflow/python/keras:testing_utils",
|
||||
"//tensorflow/python/keras/utils:layer_utils",
|
||||
],
|
||||
@ -663,6 +668,7 @@ tf_py_test(
|
||||
"//tensorflow/python:variables",
|
||||
"//tensorflow/python/eager:context",
|
||||
"//tensorflow/python/eager:def_function",
|
||||
"//tensorflow/python/keras",
|
||||
"//tensorflow/python/keras:backend",
|
||||
"//tensorflow/python/keras:combinations",
|
||||
"//tensorflow/python/keras:regularizers",
|
||||
|
@ -54,7 +54,9 @@ py_library(
|
||||
":recurrent_v2",
|
||||
":rnn_cell_wrapper_v2",
|
||||
":wrappers",
|
||||
"//tensorflow/python/keras/feature_column",
|
||||
"//tensorflow/python/keras/layers/preprocessing",
|
||||
"//tensorflow/python/keras/premade",
|
||||
"//tensorflow/python/keras/utils:tf_utils",
|
||||
],
|
||||
)
|
||||
|
@ -31,6 +31,7 @@ py_library(
|
||||
":sequence",
|
||||
":text",
|
||||
":timeseries",
|
||||
"//tensorflow/python/keras/utils:all_utils",
|
||||
],
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user