aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/multi_output_fusion.cc
Commit message (Expand)AuthorAge
* [XLA] Migrate from gtl::FlatSet to absl::flat_hash_setGravatar Benjamin Kramer2018-10-01
* [XLA] Migrate from gtl::FlatMap to absl::flat_hash_mapGravatar Benjamin Kramer2018-10-01
* [XLA] Rename all (Mutable)ArraySlice to absl::Span.Gravatar Tim Shen2018-08-30
* [XLA:GPU] Stop creating nested fusion nodes in multi-output fusion.Gravatar Thomas Joerg2018-06-29
* [TF:XLA] Fix for HLO instruction post-order DFS and multioutput fusion.Gravatar A. Unique TensorFlower2018-06-19
* [XLA:GPU] Move IsProfitableOperand implementation into the MultiOutputFusion ...Gravatar Thomas Joerg2018-06-13
* [XLA] Base class for fusing sibling instructions with multiple outputs.Gravatar Thomas Joerg2018-06-08