aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/tuple_simplifier.cc
Commit message (Expand)AuthorAge
* [XLA] Allow the tuple simplifier to operate on only subcomputations (#19769)Gravatar David Norman2018-06-11
* Wire in the kDomain infrastructure brought in by cl/193798254.Gravatar A. Unique TensorFlower2018-06-07
* Do not force default layout when there is no need to.Gravatar A. Unique TensorFlower2018-05-17
* Automated g4 rollback of changelist 193731341Gravatar A. Unique TensorFlower2018-04-25
* Do not force default layout when there is no need to.Gravatar A. Unique TensorFlower2018-04-20
* [XLA] Make HloModule::computations() return raw pointers.Gravatar Justin Lebar2017-09-29
* [XLA] Make HloComputation::instructions() return a view of HloInstruction*s.Gravatar Justin Lebar2017-09-28
* [XLA] Replace HloComputation::ReplaceUsesOfInstruction with HloInstruction::R...Gravatar Justin Lebar2017-09-27
* Do not simplify Tuple->GetTupleElement->Tuple constructs in TupleSimplifier ifGravatar Mark Heffernan2017-09-27
* Add TupleSimplifier pass which collapses structures of Tuple and GetTupleElem...Gravatar Mark Heffernan2017-09-26