aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/BUILD
diff options
context:
space:
mode:
authorGravatar Chris Leary <leary@google.com>2018-08-21 17:41:59 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-21 17:45:23 -0700
commit274bebe3a69ff0af96c721cb9b7cfbc9cd87679d (patch)
tree72d9ce1bc954ae8dc7cf55c22beeac1e730eaeec /tensorflow/compiler/xla/service/BUILD
parent9ed82b760567d8b4543045603546299e0dd2ae8a (diff)
[XLA] Parse a single HLO instruction's text into a module.
Converts "free variable" operands into parameters. PiperOrigin-RevId: 209691261
Diffstat (limited to 'tensorflow/compiler/xla/service/BUILD')
-rw-r--r--tensorflow/compiler/xla/service/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/compiler/xla/service/BUILD b/tensorflow/compiler/xla/service/BUILD
index 850e965a80..32723849a6 100644
--- a/tensorflow/compiler/xla/service/BUILD
+++ b/tensorflow/compiler/xla/service/BUILD
@@ -3158,6 +3158,7 @@ tf_cc_test(
size = "small",
srcs = ["hlo_parser_test.cc"],
deps = [
+ ":hlo_matchers",
":hlo_parser",
"//tensorflow/compiler/xla:window_util",
"//tensorflow/core:lib",