aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/indexed_array_analysis_test.cc
Commit message (Expand)AuthorAge
* Convert a couple more test files to HloVerifiedTestBase, and add default argu...Gravatar Dimitris Vardoulakis2018-08-29
* [XLA] Add and use a layout-sensitive HLO verifier.Gravatar Justin Lebar2018-08-24
* [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* Improve gather ergonomics by renaming fields.Gravatar Sanjoy Das2018-08-16
* Teach the indexed array analysis about dot operationsGravatar Sanjoy Das2018-07-09
* Teach gather-reshape folding to work with degenerate dimsGravatar Sanjoy Das2018-06-16
* Fix an incorrect precondition check in IndexedArrayAnalysisGravatar Sanjoy Das2018-05-28
* Make IndexedArrayAnalysis behave well around StatusOrGravatar Sanjoy Das2018-05-28
* Add support for unary and binary ops to indexed tensor analysisGravatar Sanjoy Das2018-05-25
* Implement support for reshape in IndexedArrayAnalysisGravatar Sanjoy Das2018-05-23
* Introduce an "indexed array" analysisGravatar Sanjoy Das2018-05-17