aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_alias_analysis.cc
Commit message (Expand)AuthorAge
* Change HloBuffer, HloBufferSet and HloValueSet to hold pointers rather than ids.Gravatar A. Unique TensorFlower2017-07-12
* Rename HloLocation to HloPosition, to avoid ambiguity with MemoryLocation.Gravatar A. Unique TensorFlower2017-07-12
* Eliminate HloInstruction::FullyQualifiedName().Gravatar A. Unique TensorFlower2017-07-05
* [XLA:HLO] Split Hlo{Value,Buffer} out of Hlo{Dataflow,Alias}Analysis.Gravatar A. Unique TensorFlower2017-06-21
* [XLA:HLO] Minor cleanup to HloAliasAnalysis to use ShapeUtil::ForEachSubshape.Gravatar A. Unique TensorFlower2017-06-13
* [XLA] Add HLO alias analysis.Gravatar Mark Heffernan2017-06-09