aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_constant_folding.cc
Commit message (Expand)AuthorAge
* [XLA] Fix handling of tuple constants in HLO constant folding.Gravatar Peter Hawkins2018-10-03
* [XLA] Add a size limit to the constant folder to avoid forming giant constant...Gravatar Peter Hawkins2018-10-03
* Global de-std::unique_ptr cleanup for xla::Literal.Gravatar A. Unique TensorFlower2018-09-10
* [XLA] Switch to using kIota from TFGravatar David Majnemer2018-08-29
* [XLA] Propagate invalid shape errors through reduce folding and turn it onGravatar Benjamin Kramer2018-08-21
* [XLA] Use absl::make_unique instead of xla::MakeUnique.Gravatar Justin Lebar2018-08-20
* [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
* Automated g4 rollback of changelist 192180356Gravatar Dimitris Vardoulakis2018-04-18
* Add opcode for new instruction that broadcasts degenerate dimensions.Gravatar Dimitris Vardoulakis2018-04-09
* [XLA:Evaluator] Handle while loop.Gravatar Jacques Pienaar2018-02-28
* [XLA] Comment fixes (spelling, grammar, and a bit of correctness).Gravatar Justin Lebar2017-10-26
* Small doc cleanupGravatar A. Unique TensorFlower2017-10-25
* [XLA] Make HloModule::computations() return raw pointers.Gravatar Justin Lebar2017-09-29
* Temporarily disable Tuple for constant folding due to test timeout.Gravatar Kay Zhu2017-08-05
* [XLA] Add Reduce, DynamicSlice and DynamicSliceUpdate to HloEvaluator.Gravatar Kay Zhu2017-07-26
* [XLA] Finish normalizing fusion computations into standard computationsGravatar A. Unique TensorFlower2017-07-26
* [XLA] Support broadcasting in the HloEvaluator.Gravatar Blake Hechtman2017-06-14
* Minor cleanup: remove some unused inclusions and dependencies, clean up param...Gravatar A. Unique TensorFlower2017-06-12
* Resubmit a reverted change. Original description:Gravatar Kay Zhu2017-06-07
* Automated g4 rollback of changelist 157174708Gravatar Kay Zhu2017-05-26
* [XLA] Enable HloEvaluator for constant folding, also merged a few operationsGravatar Kay Zhu2017-05-25
* [XLA] Refactor constant folding operations into a dedicated moduleGravatar A. Unique TensorFlower2017-05-02
* Add Constant, Rng, and scalars to be moved along with reshapes in reshape mover.Gravatar Blake Hechtman2017-03-06