aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/call_inliner.h
Commit message (Expand)AuthorAge
* Add interface for HLO passes which run on HloModuleGroup.Gravatar Mark Heffernan2018-09-19
* [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* fix C++ header guards.Gravatar A. Unique TensorFlower2018-08-21
* [TF:XLA] Add while loop invariant code motionGravatar Sanjoy Das2018-01-08
* [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] Create CallInliner HLO pass to recursively force-inline kCall operations.Gravatar Chris Leary2017-07-27