aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/while_loop_simplifier.cc
Commit message (Expand)AuthorAge
* [XLA] Migrate from gtl::FlatSet to absl::flat_hash_setGravatar Benjamin Kramer2018-10-01
* [XLA] Migrate from gtl::FlatMap to absl::flat_hash_mapGravatar Benjamin Kramer2018-10-01
* [XLA] Allow adding extra instructions in HloComputation::CloneWithReplacementsGravatar Michael Kuperstein2018-09-17
* [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] gtl::optional->absl::optionalGravatar Yunxing Dai2018-08-21
* [XLA:GPU] Add a generic trip count analysis based on HloEvaluatorGravatar Benjamin Kramer2018-08-08
* [XLA]: Enhancement to the while loop simplifier HLO pass.Gravatar Bixia Zheng2018-03-13
* Automated g4 rollback of changelist 188397087Gravatar A. Unique TensorFlower2018-03-09
* [XLA]: Enhancement to the while loop simplifier HLO pass.Gravatar Bixia Zheng2018-03-08
* [XLA:Evaluator] Handle while loop.Gravatar Jacques Pienaar2018-02-28
* [XLA] Improve comment about why we can't unroll loops with static trip count ...Gravatar Justin Lebar2018-02-08
* [TF:XLA] Add while loop invariant code motionGravatar Sanjoy Das2018-01-08
* Remove protobuf-compatibility methods from the Literal class.Gravatar Mark Heffernan2018-01-05
* [TF:XLA] Correctly simplify while loops with a non-tuple root bodyGravatar Sanjoy Das2018-01-05
* [XLA] Gather the bool parameters into one thing to control the text format.Gravatar A. Unique TensorFlower2017-12-14
* Changed to allow removing side-effect instructions from an HLO computationGravatar HyoukJoong Lee2017-11-28
* Minor cleanup - replace users()[0] with users->front().Gravatar A. Unique TensorFlower2017-11-22
* Reserve vector capacity when the final size is knownGravatar A. Unique TensorFlower2017-11-20
* Change for asynchronous Send and Recv by splitting Send into {Send, SendDone}Gravatar HyoukJoong Lee2017-11-10
* [XLA] Add dead tuple elem removal to WhileLoopSimplifier.Gravatar Justin Lebar2017-11-02
* [XLA] Add WhileLoopSimplifier pass.Gravatar Justin Lebar2017-11-02