From cffe562473d11ac5f12ac189b686bd5839850344 Mon Sep 17 00:00:00 2001 From: Michael Kuperstein Date: Thu, 23 Aug 2018 19:02:56 -0700 Subject: [XLA] Centralize BF16Normalization Tuple handling As more tuple-producing ops are added, this probably makes more sense. PiperOrigin-RevId: 210039265 --- tensorflow/compiler/xla/service/BUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'tensorflow/compiler/xla/service/BUILD') 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", -- cgit v1.2.3