aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_graph_dumper_test.cc
Commit message (Expand)AuthorAge
* [XLA] Use "absl::" rather than "::absl".Gravatar Justin Lebar2018-08-23
* [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* [TF:XLA] Split literal_util into {literal, literal_util}.Gravatar Kay Zhu2018-07-03
* [XLA] Sanitize HloComputation and HloInstruction names.Gravatar A. Unique TensorFlower2018-06-11
* Fix crash in HloGraphDumper where it crashes on tuple shaped constantsGravatar A. Unique TensorFlower2018-05-01
* [TF:XLA] Fix some unexpected memory leak in hlo_graph_dumper_test.Gravatar Dimitris Vardoulakis2018-04-30
* [TF:XLA]Gravatar Dimitris Vardoulakis2018-04-28
* [XLA] Fix hlo_graph_dumper: don't crash if the computation has a constant roo...Gravatar A. Unique TensorFlower2017-12-28
* Allow assigning colors based on HLO sharding information, when generating Gra...Gravatar A. Unique TensorFlower2017-11-13
* [XLA] Make HloComputation::instructions() return a view of HloInstruction*s.Gravatar Justin Lebar2017-09-28
* Revamp handling of subcomputations in HLO graph dumper.Gravatar Justin Lebar2017-09-22