aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/tests/conditional_test.cc
Commit message (Expand)AuthorAge
* Global de-std::unique_ptr cleanup for xla::Literal.Gravatar A. Unique TensorFlower2018-09-10
* Add regression test for b/112550242 related to conditionals and copy insertion.Gravatar Mark Heffernan2018-08-27
* [XLA] This is a step to incrementally move client/xla_client/* to client/.Gravatar A. Unique TensorFlower2018-07-25
* Move xla_computation.* from xla/client/xla_client up to xla/client.Gravatar Mark Heffernan2018-07-25
* [TF:XLA] Improve conditional_test by using parameters instead of constants.Gravatar A. Unique TensorFlower2018-07-16
* [TF:XLA] Split literal_util into {literal, literal_util}.Gravatar Kay Zhu2018-07-03
* [XLA] Change code in tensorflow/compiler/xla that uses XlaBuilder:: methods t...Gravatar Peter Hawkins2018-06-27
* [XLA] Redesgin: implement and test Gather, Conditional.Gravatar A. Unique TensorFlower2018-04-10
* Fix the HLO alias analysis and copy insertion to cope with the new kCondition...Gravatar A. Unique TensorFlower2018-03-15
* [XLA:GPU] Implement conditional as a sequence of thunks in the GPU backend.Gravatar A. Unique TensorFlower2018-01-25
* [XLA] Add tests for conditionals that return tuples and whose predicate opera...Gravatar A. Unique TensorFlower2018-01-08
* [XLA] Adding more tests for conditional.Gravatar A. Unique TensorFlower2017-12-18
* [XLA] Implement Conditional in XLA service, client ComputationBuilder, and CP...Gravatar A. Unique TensorFlower2017-12-07