aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/BUILD
diff options
context:
space:
mode:
authorGravatar David Majnemer <majnemer@google.com>2018-09-04 18:10:09 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-04 18:13:56 -0700
commitfd28fee75f141345c3e862bc1115ff4a2b478eb0 (patch)
tree2f945618866880bdc45830b25ae5912f38d170d6 /tensorflow/compiler/xla/service/BUILD
parentbfde272cf661d942b11877a8709739a09c5d41fd (diff)
[XLA] Don't show trivial feature_group_count attributes
If the feature_group_count is 1, don't bother showing it as it is not very informative and a very common scenario. This is consistent with the HloCustomCall's feature_group_count attribute. PiperOrigin-RevId: 211560372
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 26b48cf419..f6cfac6537 100644
--- a/tensorflow/compiler/xla/service/BUILD
+++ b/tensorflow/compiler/xla/service/BUILD
@@ -3289,6 +3289,8 @@ tf_cc_test(
size = "small",
srcs = ["hlo_parser_test.cc"],
deps = [
+ ":hlo",
+ ":hlo_casting_utils",
":hlo_matchers",
":hlo_parser",
"//tensorflow/compiler/xla:window_util",