aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/name_uniquer.cc
Commit message (Expand)AuthorAge
* Add VerifiedHloModule class.Gravatar Mark Heffernan2018-09-19
* Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-08-28
* [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* Avoid rewriting HLO instruction names if they do not collide.Gravatar A. Unique TensorFlower2018-06-25
* Replaced calls to tensorflow::StringPiece::ToString with std::string conversi...Gravatar A. Unique TensorFlower2018-05-07
* [XLA] Fix a bug in the name_uniquer.Gravatar A. Unique TensorFlower2018-04-19
* [XLA] Sanitize hlo names to match regexp "[a-zA-Z_][a-zA-Z0-9_.-]*".Gravatar A. Unique TensorFlower2017-11-30
* Make the HLO proto representation (hlo.proto) full fidelity. Hlo modules can ...Gravatar Mark Heffernan2017-10-13
* [XLA] Finish normalizing fusion computations into standard computationsGravatar A. Unique TensorFlower2017-07-26
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09