aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/literal.cc
Commit message (Expand)AuthorAge
* Few more fixes for issued in parsing invalid HLO module proto.Gravatar A. Unique TensorFlower2018-10-04
* Implement LiteralBase::Slice for all primitive typeGravatar A. Unique TensorFlower2018-10-04
* Fixes for few issues in HloModule::CreateFromProto()Gravatar A. Unique TensorFlower2018-10-02
* Add proto serialization/deserialization testing to the HLO parser tests.Gravatar Mark Heffernan2018-10-02
* Clean-up a TODO following a previous change via b/69266521Gravatar A. Unique TensorFlower2018-09-12
* [XLA] Teach Literal to round trip S8 through protosGravatar Benjamin Kramer2018-09-12
* Global de-std::unique_ptr cleanup for xla::Literal.Gravatar A. Unique TensorFlower2018-09-10
* [XLA] Rename all (Mutable)ArraySlice to absl::Span.Gravatar Tim Shen2018-08-30
* Remove (Mutable)ArraySlice implementation and alias them to absl::Span.Gravatar Tim Shen2018-08-30
* [XLA] Switch to using kIota from TFGravatar David Majnemer2018-08-29
* [XLA] Switch to absl::StrFormat.Gravatar Justin Lebar2018-08-27
* [XLA] Use literal hashes in CSE, and make checking same-shaped literals fast.Gravatar Michael Kuperstein2018-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
* [XLA] Use absl::make_unique instead of xla::MakeUnique.Gravatar Justin Lebar2018-08-20
* [TF:XLA] Introduce MutableBorrowingLiteral to enable interacting with a (tens...Gravatar Kay Zhu2018-08-08
* Start implementation of Iota HLO.Gravatar Nick Desaulniers2018-07-20
* [TF:XLA] Split literal_util into {literal, literal_util}.Gravatar Kay Zhu2018-07-03