Searched refs:MatchOption (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | pattern_matcher.h | 141 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 …]
|
D | pattern_matcher_gmock.h | 73 MatchOption options{/*.capture=*/true, /*.explain_os=*/listener->stream()}; in MatchAndExplainImpl()
|
D | pattern_matcher_test.cc | 503 MatchOption options{/*.capture=*/true, /*.explain_os=*/&ss}; in Explanation()
|