Skip to content

Commit 8e7ae1c

Browse files
Automated g4 rollback of changelist 197218170
PiperOrigin-RevId: 200209039
1 parent cba0c95 commit 8e7ae1c

File tree

8 files changed

+697
-104
lines changed

8 files changed

+697
-104
lines changed

tensorflow/contrib/distribute/python/BUILD

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ py_library(
7777
"//tensorflow/python:device_util",
7878
"//tensorflow/python:distribute",
7979
"//tensorflow/python:framework_ops",
80+
"//tensorflow/python:math_ops",
8081
"//tensorflow/python:pywrap_tensorflow",
8182
"//tensorflow/python:training",
8283
"//tensorflow/python:variable_scope",
@@ -590,3 +591,22 @@ cuda_py_test(
590591
"notsan",
591592
],
592593
)
594+
595+
cuda_py_test(
596+
name = "metrics_v1_test",
597+
srcs = ["metrics_v1_test.py"],
598+
additional_deps = [
599+
":combinations",
600+
"@absl_py//absl/testing:parameterized",
601+
"//tensorflow/contrib/data/python/ops:batching",
602+
"//tensorflow/python:math_ops",
603+
"//tensorflow/python:metrics",
604+
"//tensorflow/python:variables",
605+
"//tensorflow/python/data/ops:dataset_ops",
606+
"//tensorflow/python/eager:test",
607+
],
608+
tags = [
609+
"multi_and_single_gpu",
610+
"no_pip",
611+
],
612+
)

0 commit comments

Comments
 (0)