aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_lexer.cc
Commit message (Expand)AuthorAge
* [XLA] Use absl::CUnescapeGravatar Benjamin Kramer2018-09-01
* Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-08-28
* [XLA] Switch to absl::StrFormat.Gravatar Justin Lebar2018-08-27
* 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] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* [XLA] Parse a single HLO instruction's text into a module.Gravatar Chris Leary2018-08-21
* [XLA] gtl::optional->absl::optionalGravatar Yunxing Dai2018-08-21
* Enable arbitrary comments in HLO in both /*...*/ and // forms.Gravatar Mark Heffernan2018-08-13
* Fix HLO Parser for checking constant unsigned ranges.Gravatar A. Unique TensorFlower2018-08-01
* [XLA] Move xla/tools/parser/* into xla/service.Gravatar Justin Lebar2018-06-01