aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/while_util.cc
Commit message (Expand)AuthorAge
* [XLA] Rename all (Mutable)ArraySlice to absl::Span.Gravatar Tim Shen2018-08-30
* [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* [XLA] Switch to absl versions of the c_foo functions.Gravatar Justin Lebar2018-08-20
* Automated rollback of commit 4a41f50648929197954d892559587cb76458d306Gravatar A. Unique TensorFlower2018-08-17
* [XLA] Switch to absl versions of the c_foo functions.Gravatar Justin Lebar2018-08-17
* [TF:XLA] Split literal_util into {literal, literal_util}.Gravatar Kay Zhu2018-07-03
* Always delete old while loop after LICMGravatar Sanjoy Das2018-05-30
* [XLA] Add new optimization that sinks constants into while loop bodiesGravatar Sanjoy Das2018-05-02
* Use 32 bit induction variable in gather expanderGravatar Sanjoy Das2018-03-20
* Rename CreateXyzHlo utilities to MakeXyzHlo as discussed on cr/188968478; NFCGravatar Sanjoy Das2018-03-15
* Add a GatherExpander pass that can rewrite Gather ops back into HLO soupGravatar Sanjoy Das2018-03-13
* [TF:XLA] Add while loop invariant code motionGravatar Sanjoy Das2018-01-08