Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 362447681
  • Loading branch information
tensorflower-gardener authored and qlzh727 committed Mar 12, 2021
1 parent e3f6e4b commit 054f363
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 1 deletion.
14 changes: 14 additions & 0 deletions keras/benchmarks/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ py_test(
":profiler_lib",
"//:expect_numpy_installed",
"//:expect_tensorflow_installed",
"//keras/api:keras_api",
],
)

Expand All @@ -78,6 +79,7 @@ cuda_py_test(
deps = [
":profiler_lib",
"//:expect_tensorflow_installed",
"//keras/api:keras_api",
"//keras/utils:tf_inspect",
],
)
Expand All @@ -89,6 +91,7 @@ cuda_py_test(
deps = [
":profiler_lib",
"//:expect_tensorflow_installed",
"//keras/api:keras_api",
],
)

Expand All @@ -111,6 +114,7 @@ py_test(
deps = [
":benchmark_util",
"//:expect_tensorflow_installed",
"//keras/api:keras_api",
],
)

Expand All @@ -123,6 +127,7 @@ cuda_py_test(
":benchmark_util",
":profiler_lib",
"//:expect_tensorflow_installed",
"//keras/api:keras_api",
],
)

Expand All @@ -135,6 +140,7 @@ cuda_py_test(
":benchmark_util",
":profiler_lib",
"//:expect_tensorflow_installed",
"//keras/api:keras_api",
],
)

Expand All @@ -147,6 +153,7 @@ cuda_py_test(
":benchmark_util",
":profiler_lib",
"//:expect_tensorflow_installed",
"//keras/api:keras_api",
],
)

Expand All @@ -160,6 +167,7 @@ cuda_py_test(
":profiler_lib",
"//:expect_numpy_installed",
"//:expect_tensorflow_installed",
"//keras/api:keras_api",
],
)

Expand All @@ -172,6 +180,7 @@ cuda_py_test(
":benchmark_util",
":profiler_lib",
"//:expect_tensorflow_installed",
"//keras/api:keras_api",
],
)

Expand All @@ -184,6 +193,7 @@ cuda_py_test(
":benchmark_util",
":profiler_lib",
"//:expect_tensorflow_installed",
"//keras/api:keras_api",
],
)

Expand All @@ -197,6 +207,7 @@ cuda_py_test(
":profiler_lib",
"//:expect_numpy_installed",
"//:expect_tensorflow_installed",
"//keras/api:keras_api",
],
)

Expand All @@ -209,6 +220,7 @@ cuda_py_test(
":benchmark_util",
":profiler_lib",
"//:expect_tensorflow_installed",
"//keras/api:keras_api",
],
)

Expand All @@ -222,6 +234,7 @@ cuda_py_test(
":distribution_util",
":profiler_lib",
"//:expect_tensorflow_installed",
"//keras/api:keras_api",
],
)

Expand All @@ -245,6 +258,7 @@ py_test(
":benchmark_util",
":profiler_lib",
"//:expect_tensorflow_installed",
"//keras/api:keras_api",
"//keras/optimizer_v2",
],
)
Expand Down
1 change: 1 addition & 0 deletions keras/benchmarks/layer_benchmarks/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ tf_py_test(
deps = [
":layer_benchmarks_test_base",
"//:expect_tensorflow_installed",
"//keras/api:keras_api",
"//keras/benchmarks:benchmark_util",
],
)
8 changes: 8 additions & 0 deletions keras/benchmarks/saved_model_benchmarks/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ cuda_py_test(
deps = [
":saved_model_benchmark_util",
"//:expect_tensorflow_installed",
"//keras/api:keras_api",
"//keras/benchmarks:profiler_lib",
],
)
Expand All @@ -61,6 +62,7 @@ cuda_py_test(
deps = [
":saved_model_benchmark_util",
"//:expect_tensorflow_installed",
"//keras/api:keras_api",
"//keras/benchmarks:profiler_lib",
],
)
Expand All @@ -75,6 +77,7 @@ cuda_py_test(
deps = [
":saved_model_benchmark_util",
"//:expect_tensorflow_installed",
"//keras/api:keras_api",
"//keras/benchmarks:profiler_lib",
],
)
Expand All @@ -89,6 +92,7 @@ cuda_py_test(
deps = [
":saved_model_benchmark_util",
"//:expect_tensorflow_installed",
"//keras/api:keras_api",
"//keras/benchmarks:profiler_lib",
],
)
Expand All @@ -103,6 +107,7 @@ cuda_py_test(
deps = [
":saved_model_benchmark_util",
"//:expect_tensorflow_installed",
"//keras/api:keras_api",
"//keras/benchmarks:profiler_lib",
],
)
Expand All @@ -117,6 +122,7 @@ cuda_py_test(
deps = [
":saved_model_benchmark_util",
"//:expect_tensorflow_installed",
"//keras/api:keras_api",
"//keras/benchmarks:profiler_lib",
],
)
Expand All @@ -131,6 +137,7 @@ cuda_py_test(
deps = [
":saved_model_benchmark_util",
"//:expect_tensorflow_installed",
"//keras/api:keras_api",
"//keras/benchmarks:profiler_lib",
],
)
Expand All @@ -145,6 +152,7 @@ cuda_py_test(
deps = [
":saved_model_benchmark_util",
"//:expect_tensorflow_installed",
"//keras/api:keras_api",
"//keras/benchmarks:profiler_lib",
],
)
9 changes: 9 additions & 0 deletions keras/integration_test/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ tf_py_test(
deps = [
"//:expect_absl_installed",
"//:expect_tensorflow_installed",
"//keras/api:keras_api",
],
)

Expand All @@ -28,6 +29,7 @@ tf_py_test(
python_version = "PY3",
deps = [
"//:expect_tensorflow_installed",
"//keras/api:keras_api",
],
)

Expand All @@ -37,6 +39,7 @@ tf_py_test(
python_version = "PY3",
deps = [
"//:expect_tensorflow_installed",
"//keras/api:keras_api",
],
)

Expand All @@ -47,6 +50,7 @@ cuda_py_test(
deps = [
"//:expect_absl_installed",
"//:expect_tensorflow_installed",
"//keras/api:keras_api",
],
)

Expand All @@ -56,6 +60,7 @@ tf_py_test(
python_version = "PY3",
deps = [
"//:expect_tensorflow_installed",
"//keras/api:keras_api",
],
)

Expand All @@ -64,6 +69,7 @@ tf_py_test(
srcs = ["module_test.py"],
deps = [
"//:expect_tensorflow_installed",
"//keras/api:keras_api",
],
)

Expand All @@ -73,6 +79,7 @@ tf_py_test(
python_version = "PY3",
deps = [
"//:expect_tensorflow_installed",
"//keras/api:keras_api",
],
)

Expand All @@ -82,6 +89,7 @@ cuda_py_test(
python_version = "PY3",
deps = [
"//:expect_tensorflow_installed",
"//keras/api:keras_api",
],
)

Expand Down Expand Up @@ -131,5 +139,6 @@ tf_py_test(
"//:expect_absl_installed",
"//:expect_portpicker_installed",
"//:expect_tensorflow_installed",
"//keras/api:keras_api",
],
)
Loading

0 comments on commit 054f363

Please sign in to comment.