aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/multi_output_fusion.h
Commit message (Expand)AuthorAge
* [XLA] Migrate from gtl::FlatMap to absl::flat_hash_mapGravatar Benjamin Kramer2018-10-01
* Add interface for HLO passes which run on HloModuleGroup.Gravatar Mark Heffernan2018-09-19
* [XLA] Rename all (Mutable)ArraySlice to absl::Span.Gravatar Tim Shen2018-08-30
* [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* Expose multi output fusion fuel to derived classesGravatar A. Unique TensorFlower2018-08-20
* [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