aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/BUILD
diff options
context:
space:
mode:
authorGravatar Michael Kuperstein <mkuper@google.com>2018-08-23 19:02:56 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-23 19:06:38 -0700
commitcffe562473d11ac5f12ac189b686bd5839850344 (patch)
tree266417e9a4f01fbb008beef9e8a2216e16062178 /tensorflow/compiler/xla/service/BUILD
parent9a2dab1f73a8cd765f22b67809f4c7d20f343fab (diff)
[XLA] Centralize BF16Normalization Tuple handling
As more tuple-producing ops are added, this probably makes more sense. PiperOrigin-RevId: 210039265
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 364e6e0c45..a3e4d78400 100644
--- a/tensorflow/compiler/xla/service/BUILD
+++ b/tensorflow/compiler/xla/service/BUILD
@@ -99,6 +99,7 @@ cc_library(
":bfloat16_support",
":hlo",
":hlo_pass",
+ "//tensorflow/compiler/xla:shape_util",
"//tensorflow/compiler/xla:status_macros",
"//tensorflow/compiler/xla:xla_data_proto",
"//tensorflow/core:lib",