aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_sharding_test.cc
Commit message (Expand)AuthorAge
* [XLA] Rename all (Mutable)ArraySlice to absl::Span.Gravatar Tim Shen2018-08-30
* Do not crash when an empty tuple is passed into hlo_sharding.Gravatar Yunxing Dai2018-08-23
* Remove tile shape from HloShardingGravatar A. Unique TensorFlower2018-08-08
* Cleanup the sharding unique device API.Gravatar A. Unique TensorFlower2018-07-31
* [TF:XLA] Split literal_util into {literal, literal_util}.Gravatar Kay Zhu2018-07-03
* Do not count empty tuples as having one leaf node.Gravatar A. Unique TensorFlower2018-06-12
* [XLA] Move xla/tools/parser/* into xla/service.Gravatar Justin Lebar2018-06-01
* HloSharding parsing from string, used by new Sharding HloMatcher for ease of ...Gravatar A. Unique TensorFlower2018-05-23
* Softens the requirements in the HLO sharding validationGravatar A. Unique TensorFlower2018-04-24
* Fix HloSharding::ToString to be compatible with the HLO text parserGravatar A. Unique TensorFlower2018-03-23
* Implement operator<< for HloShardingGravatar A. Unique TensorFlower2018-03-23
* Add TransformShardedTileShape helper method to HloShardingGravatar A. Unique TensorFlower2018-03-13
* Tuples weren't handled by the sharding validator. Add more tuple validation t...Gravatar A. Unique TensorFlower2017-11-18
* Change HloSharding to allow getting a ShapeTree for non-tuple types.Gravatar A. Unique TensorFlower2017-11-10
* When sharding a tuple, we typically want to describe the data shardingGravatar A. Unique TensorFlower2017-11-10
* Supported in this CL:Gravatar A. Unique TensorFlower2017-10-30