aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/reshape_mover_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] Use "absl::" rather than "::absl".Gravatar Justin Lebar2018-08-23
* [XLA] Stop including str_util.h.Gravatar Justin Lebar2018-08-23
* [XLA] Use absl::make_unique instead of xla::MakeUnique.Gravatar Justin Lebar2018-08-20
* [XLA] Enhance the HLO verifier to report errors for illegal Rng instructions.Gravatar Bixia Zheng2018-08-10
* [TF:XLA] Split literal_util into {literal, literal_util}.Gravatar Kay Zhu2018-07-03
* [TF:XLA] Now that the compiler no longer introduces implicit broadcasts, forb...Gravatar Dimitris Vardoulakis2018-04-20
* [XLA] Reshape mover should only transform a reshape/transpose instruction ifGravatar Bixia Zheng2018-04-03
* [XLA] Allow reshape mover to move transpose across broadcast of a scalar value.Gravatar Bixia Zheng2018-03-25
* Fix ReshapeMover bug with reshaped constants; add HloVerifiedTestBase.Gravatar A. Unique TensorFlower2017-10-09
* Use xla/tests:xla_internal_test_main for all tests under tf/compiler/xlaGravatar Mark Heffernan2017-09-12
* [XLA] Finish normalizing fusion computations into standard computationsGravatar A. Unique TensorFlower2017-07-26
* Remove class xla::LiteralUtil. NFC (mind-numbingly so).Gravatar A. Unique TensorFlower2017-06-19
* [XLA] Switch HloTestBase-based tests to use new debug options flag.Gravatar Eli Bendersky2017-06-09
* [XLA] In ReshapeMover:Gravatar Kay Zhu2017-05-24
* [XLA] In ReshapeMover: only sink Reshape/Transpose below elementwise HLO, if theGravatar Kay Zhu2017-05-23
* [XLA] Make ReshapeMover account for broadcast operands, add VLOGging for debug.Gravatar A. Unique TensorFlower2017-04-29
* Added and using GMock matcher for HloInstructionGravatar A. Unique TensorFlower2017-04-14
* Allow reshape_mover and algebraic_simplifier to make multiple mutations, by a...Gravatar A. Unique TensorFlower2017-04-05
* Fix ReshapeMover to handle scalar operands correctly, particularly for Select.Gravatar A. Unique TensorFlower2017-03-30
* [XLA] Set layout of fused instructions in `ReshapeMover`Gravatar A. Unique TensorFlower2017-02-27
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09