aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/BUILD
diff options
context:
space:
mode:
authorGravatar Dimitris Vardoulakis <dimvar@google.com>2018-08-29 23:11:50 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-29 23:16:29 -0700
commit5452e5a49f99b9ea9f095d71a10e794b8d70fc04 (patch)
treed5a09da125dceb3ec802a38db754e06d06e7b042 /tensorflow/compiler/xla/service/BUILD
parent786e469ed0b74e2175e9f4b3d1ac7531c65017b0 (diff)
Convert a couple more test files to HloVerifiedTestBase, and add default arguments to the constructor to remove some boilerplate.
PiperOrigin-RevId: 210855509
Diffstat (limited to 'tensorflow/compiler/xla/service/BUILD')
-rw-r--r--tensorflow/compiler/xla/service/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/tensorflow/compiler/xla/service/BUILD b/tensorflow/compiler/xla/service/BUILD
index f8e0ed440d..cd8817ac16 100644
--- a/tensorflow/compiler/xla/service/BUILD
+++ b/tensorflow/compiler/xla/service/BUILD
@@ -1270,6 +1270,7 @@ tf_cc_test(
"//tensorflow/compiler/xla:test",
"//tensorflow/compiler/xla:util",
"//tensorflow/compiler/xla/tests:hlo_test_base",
+ "//tensorflow/compiler/xla/tests:hlo_verified_test_base",
"//tensorflow/compiler/xla/tests:xla_internal_test_main",
"//tensorflow/core:test",
"@com_google_absl//absl/memory",
@@ -2114,6 +2115,7 @@ tf_cc_test(
"//tensorflow/compiler/xla:test_helpers",
"//tensorflow/compiler/xla:xla_data_proto",
"//tensorflow/compiler/xla/tests:hlo_test_base",
+ "//tensorflow/compiler/xla/tests:hlo_verified_test_base",
"//tensorflow/compiler/xla/tests:xla_internal_test_main",
"//tensorflow/core:lib",
"//tensorflow/core:test",