Home
last modified time | relevance | path

Searched refs:MatchOption (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dpattern_matcher.h141 struct MatchOption { struct
151 MatchOption option = {/*.capture=*/true, /*.explain_os=*/nullptr}) { argument
242 bool Match(const Item* item, MatchOption option) const {
249 bool Match(Item* item, MatchOption option) const {
265 bool MatchImpl(ItemType* item, MatchOption option,
274 bool MatchImpl(ItemType* item, MatchOption option,
385 bool Match(const ::xla::Layout* layout, MatchOption option) const {
407 bool Match(const ::xla::Layout* layout, MatchOption option) const {
431 bool Match(const ::xla::Layout* layout, MatchOption option) const {
465 bool Match(const ::xla::Layout* layout, MatchOption option) const {
[all …]
Dpattern_matcher_gmock.h73 MatchOption options{/*.capture=*/true, /*.explain_os=*/listener->stream()}; in MatchAndExplainImpl()
Dpattern_matcher_test.cc503 MatchOption options{/*.capture=*/true, /*.explain_os=*/&ss}; in Explanation()