aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/BUILD
diff options
context:
space:
mode:
authorGravatar Benjamin Kramer <kramerb@google.com>2018-10-02 10:15:11 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-10-02 10:19:31 -0700
commitdd66b78b38b457c7d37527472c4e92a7a07f4b09 (patch)
tree7bc3fbbd547ae88c9ef06a71b7c15e20be41e756 /tensorflow/compiler/xla/service/BUILD
parentce41d2f95e1e5883f1808030c94fd9aaa57d9f10 (diff)
[XLA] Fix some outdated comments referring to FlatMap
Also convert unordered_map to flat/node_hash_map where the comments allow. PiperOrigin-RevId: 215410566
Diffstat (limited to 'tensorflow/compiler/xla/service/BUILD')
-rw-r--r--tensorflow/compiler/xla/service/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/compiler/xla/service/BUILD b/tensorflow/compiler/xla/service/BUILD
index 13803f5ebe..3f8b734afb 100644
--- a/tensorflow/compiler/xla/service/BUILD
+++ b/tensorflow/compiler/xla/service/BUILD
@@ -253,8 +253,8 @@ cc_library(
"//tensorflow/compiler/xla:xla_data_proto",
"//tensorflow/core:lib",
"@com_google_absl//absl/algorithm:container",
- "@com_google_absl//absl/container:flat_hash_map",
"@com_google_absl//absl/container:inlined_vector",
+ "@com_google_absl//absl/container:node_hash_map",
"@com_google_absl//absl/memory",
"@com_google_absl//absl/strings",
"@com_google_absl//absl/types:optional",