aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/BUILD
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-05-23 18:38:34 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-05-23 18:41:13 -0700
commit3dfe81c60fac512703eadf224d0485e17fe7d55a (patch)
tree4d98b6486f2fe2c4c7d57da7f8d1e199f193b505 /tensorflow/compiler/xla/service/BUILD
parentda07aa28e0eef4aebe4851e9bdfc40e7b098cf04 (diff)
HloSharding parsing from string, used by new Sharding HloMatcher for ease of use.
PiperOrigin-RevId: 197825588
Diffstat (limited to 'tensorflow/compiler/xla/service/BUILD')
-rw-r--r--tensorflow/compiler/xla/service/BUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/tensorflow/compiler/xla/service/BUILD b/tensorflow/compiler/xla/service/BUILD
index d1722644c7..749873e560 100644
--- a/tensorflow/compiler/xla/service/BUILD
+++ b/tensorflow/compiler/xla/service/BUILD
@@ -376,6 +376,7 @@ cc_library(
":hlo",
"//tensorflow/compiler/xla:test",
"//tensorflow/compiler/xla/tests:xla_internal_test_main",
+ "//tensorflow/compiler/xla/tools/parser:hlo_parser",
"//tensorflow/core:lib",
],
)
@@ -387,7 +388,6 @@ tf_cc_test(
":hlo_matchers",
"//tensorflow/compiler/xla:shape_util",
"//tensorflow/compiler/xla/tests:xla_internal_test_main",
- "//tensorflow/compiler/xla/tools/parser:hlo_parser",
],
)
@@ -431,6 +431,7 @@ tf_cc_test(
"//tensorflow/compiler/xla:util",
"//tensorflow/compiler/xla/tests:hlo_test_base",
"//tensorflow/compiler/xla/tests:xla_internal_test_main",
+ "//tensorflow/compiler/xla/tools/parser:hlo_parser",
],
)