aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/call_inliner.cc
Commit message (Expand)AuthorAge
* [XLA] Switch to absl::StrFormat.Gravatar Justin Lebar2018-08-27
* Fix HLO domains mis-handling from HLO passes.Gravatar A. Unique TensorFlower2018-07-06
* [TF:XLA] Add while loop invariant code motionGravatar Sanjoy Das2018-01-08
* [XLA] Make it possible to inline calls to side-effecting computations.Gravatar Chris Leary2017-09-29
* [XLA] Add CallInliner::Inline(), to inline one kCall instruction.Gravatar Justin Lebar2017-09-27
* [XLA] Switch CallInliner to use CallGraph::VisitNodes.Gravatar Chris Leary2017-09-08
* [XLA] Handle higher-order HLOs (e.g. While) in CallInliner and test.Gravatar Chris Leary2017-09-08
* [XLA] Create CallInliner HLO pass to recursively force-inline kCall operations.Gravatar Chris Leary2017-07-27