aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/reshape_mover.cc
Commit message (Expand)AuthorAge
* [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
* Automated g4 rollback of changelist 193457083Gravatar A. Unique TensorFlower2018-06-12
* Teach the reshape mover pass about sharding.Gravatar A. Unique TensorFlower2018-04-18
* [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
* [XLA] Gather the bool parameters into one thing to control the text format.Gravatar A. Unique TensorFlower2017-12-14
* Fix ReshapeMover bug with reshaped constants; add HloVerifiedTestBase.Gravatar A. Unique TensorFlower2017-10-09
* [XLA] Make HloModule::computations() return raw pointers.Gravatar Justin Lebar2017-09-29
* Reduce XLA compile time by ~7% for a convolutional image model:Gravatar A. Unique TensorFlower2017-08-18
* [XLA] Finish normalizing fusion computations into standard computationsGravatar A. Unique TensorFlower2017-07-26
* [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
* 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
* Add Constant, Rng, and scalars to be moved along with reshapes in reshape mover.Gravatar Blake Hechtman2017-03-06
* [XLA] Set layout of fused instructions in `ReshapeMover`Gravatar A. Unique TensorFlower2017-02-27
* [XLA] Make reshape mover appropriately modify shapes of fused parametersGravatar A. Unique TensorFlower2017-02-24
* Adding broadcast tests.Gravatar Bjarke Hammersholt Roune2017-02-23
* Don't remove send, recv, or trace instructions in DCE pass. Also,Gravatar Mark Heffernan2017-01-19
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09