aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/while_loop_simplifier_test.cc
Commit message (Expand)AuthorAge
* Convert a couple more test files to HloVerifiedTestBase, and add default argu...Gravatar Dimitris Vardoulakis2018-08-29
* [XLA] Add and use a layout-sensitive HLO verifier.Gravatar Justin Lebar2018-08-24
* [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
* Add WithToken variants to Send/Recv/Infeed/Outfeed ops in XLA builder.Gravatar Mark Heffernan2018-07-09
* [TF:XLA] Split literal_util into {literal, literal_util}.Gravatar Kay Zhu2018-07-03
* Change Send and Recv HLOs to take a token operand.Gravatar Mark Heffernan2018-07-02
* Rename HLO opcode kGenerateToken to kAfterAll.Gravatar Mark Heffernan2018-06-25
* Change infeed and outfeed to take and produce tokens.Gravatar Mark Heffernan2018-06-25
* Change ParseAndVerifyModule to take a StringPiece; NFCGravatar Sanjoy Das2018-03-15
* [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]: Rewrite the test cases for while loop simplifier with HLO strings.Gravatar Bixia Zheng2018-03-07
* [TF:XLA] Correctly simplify while loops with a non-tuple root bodyGravatar Sanjoy Das2018-01-05
* 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