aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/pattern_matcher.h
Commit message (Expand)AuthorAge
* Short-circuit AllOf as well. This fixes a crash in ConstantScalar, as itGravatar Tim Shen2018-09-24
* Fix Hlo pattern matcher's AnyOf, so that a sub-pattern doesn't captureGravatar Tim Shen2018-09-24
* Ensure that no capture is done unless Match() return true. Otherwise theGravatar Tim Shen2018-09-21
* Simplify XLA pattern matcher to explicitly construct AllOf relations,Gravatar Tim Shen2018-09-21
* Add ConstantScalar, WithPredicate, Disjunction, and OpAnyOrder (where OpGravatar Tim Shen2018-09-18
* [XLA] Add support for algebraic simplifications involving kIotaGravatar David Majnemer2018-08-28
* [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* Add GetTupleElement pattern matcher.Gravatar Mark Heffernan2018-07-02
* Merge changes from github.Gravatar Akshay Modi2018-06-18
* Automated g4 rollback of changelist 201011811Gravatar Akshay Modi2018-06-18
* Merge changes from github.Gravatar Akshay Modi2018-06-18
* [XLA] Add FusionKind matcher to pattern_matcher.h.Gravatar Justin Lebar2018-05-07
* Automated g4 rollback of changelist 192180356Gravatar Dimitris Vardoulakis2018-04-18
* [XLA] Fix arguments to IsSparseArray and IsDenseArrayGravatar A. Unique TensorFlower2018-04-17
* [XLA] Pattern matcher for HLO, Shapes, LayoutsGravatar A. Unique TensorFlower2018-04-13