aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_value.h
Commit message (Expand)AuthorAge
* Change headers to directly include absl::Span, and clean up the buildGravatar Tim Shen2018-08-30
* [XLA] Rename all (Mutable)ArraySlice to absl::Span.Gravatar Tim Shen2018-08-30
* BufferValue is a new base class for LogicalBuffer and HloValue. This makes itGravatar Jeremy Lau2018-05-02
* Fix a few issues with HloValue and dataflow analysis identified when debuggin...Gravatar Mark Heffernan2017-11-14
* Rollback update-ability of dataflow and alias analysis added in cl/164923041 ...Gravatar Mark Heffernan2017-09-01
* Make HloDataFlowAnalysis updatable after transforming the HLO graph.Gravatar Mark Heffernan2017-08-09
* 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
* Add shape accessor to HloValue, and validation that shapes match.Gravatar A. Unique TensorFlower2017-06-30
* [XLA:HLO] Split Hlo{Value,Buffer} out of Hlo{Dataflow,Alias}Analysis.Gravatar A. Unique TensorFlower2017-06-21