aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/pattern_matcher_test.cc
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
* Add GetTupleElement pattern matcher.Gravatar Mark Heffernan2018-07-02
* [XLA] Move xla/tools/parser/* into xla/service.Gravatar Justin Lebar2018-06-01
* [XLA] Add FusionKind matcher to pattern_matcher.h.Gravatar Justin Lebar2018-05-07
* [XLA] Fix arguments to IsSparseArray and IsDenseArrayGravatar A. Unique TensorFlower2018-04-17
* [XLA] Pattern matcher for HLO, Shapes, LayoutsGravatar A. Unique TensorFlower2018-04-13