aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_tfgraph_builder.cc
Commit message (Expand)AuthorAge
* Internal changeGravatar Justin Lebar2018-08-24
* [XLA] Use "absl::" rather than "::absl".Gravatar Justin Lebar2018-08-23
* [XLA] Stop including str_util.h.Gravatar Justin Lebar2018-08-23
* [XLA] Switch from tensorflow::str_util::Join to absl::StrJoin.Gravatar Justin Lebar2018-08-23
* [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* Cleanup the sharding unique device API.Gravatar A. Unique TensorFlower2018-07-31
* [TF:XLA] Split literal_util into {literal, literal_util}.Gravatar Kay Zhu2018-07-03
* [XLA] Add format field to layoutGravatar A. Unique TensorFlower2017-12-18
* Allow assigning colors based on HLO sharding information, when generating Gra...Gravatar A. Unique TensorFlower2017-11-13
* Supported in this CL:Gravatar A. Unique TensorFlower2017-10-30
* Add device assignment export to graph dumpers.Gravatar A. Unique TensorFlower2017-10-25
* [XLA] Make HloComputation::instructions() return a view of HloInstruction*s.Gravatar Justin Lebar2017-09-28
* [XLA] Refactor parent-fusion-instruction pointer into HloComputation, not Hlo...Gravatar A. Unique TensorFlower2017-08-30
* Remove class xla::LiteralUtil. NFC (mind-numbingly so).Gravatar A. Unique TensorFlower2017-06-19
* Remove unused protobuf header inclusionsGravatar A. Unique TensorFlower2017-06-06
* [XLA] Remove useless log message when dumping HLO GraphDef.Gravatar Eric Liu2017-05-05
* [TF:XLA] Try to incorporate Tensorflow node structure for large HLO GraphDefs.Gravatar A. Unique TensorFlower2017-05-02
* [TF-XLA] Include TF metedata in HLO GraphDef node's attributes.Gravatar A. Unique TensorFlower2017-04-20
* Support dumping HLO graphs as TF GraphDefs in hlo_graph_dumperGravatar A. Unique TensorFlower2017-04-12