aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/call_graph.cc
Commit message (Expand)AuthorAge
* [XLA] Migrate from gtl::FlatSet to absl::flat_hash_setGravatar Benjamin Kramer2018-10-01
* [XLA] Switch to absl::StrFormat.Gravatar Justin Lebar2018-08-27
* [XLA] Use "absl::" rather than "::absl".Gravatar Justin Lebar2018-08-23
* [XLA] Stop including str_util.h.Gravatar Justin Lebar2018-08-23
* [XLA] Switch from tensorflow::str_util::Join to absl::StrJoin.Gravatar Justin Lebar2018-08-23
* [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* [XLA] Use absl::make_unique instead of xla::MakeUnique.Gravatar Justin Lebar2018-08-20
* [XLA] Add a new HLO pass to expand Scatter into existing HLO ops.Gravatar A. Unique TensorFlower2018-08-14
* [XLA] Make CrossReplicaSum support general cross replica reduce. Also change ...Gravatar A. Unique TensorFlower2018-06-05
* Change GetInstructionCallContext to take an opcode instead of anGravatar Mark Heffernan2018-04-06
* [XLA] Implement Conditional in XLA service, client ComputationBuilder, and CP...Gravatar A. Unique TensorFlower2017-12-07
* [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
* Add value order and query methods to HloOrdering. These value ordering methodsGravatar Mark Heffernan2017-08-25
* [XLA] Add live range interference querying to dataflow analysis.Gravatar Mark Heffernan2017-06-19
* [XLA] Make HLO ordering module-scoped.Gravatar Mark Heffernan2017-04-28
* [XLA] Flatten computation call graphGravatar A. Unique TensorFlower2017-04-14
* [XLA] Rematerialize subcomputations.Gravatar Mark Heffernan2017-03-24
* [XLA] Add mapping from HloInstruction to CallGraphNode.Gravatar Mark Heffernan2017-03-17
* [XLA] Add CallGraph::VisitNodes for traversing the call graph.Gravatar Mark Heffernan2017-03-06
* [XLA] Add HLO call graph.Gravatar Mark Heffernan2017-02-27