Home
last modified time | relevance | path

Searched refs:HloCustomCallMatcher (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_matchers.cc122 void HloCustomCallMatcher::DescribeTo(std::ostream* os) const { in DescribeTo()
128 bool HloCustomCallMatcher::MatchAndExplain( in MatchAndExplain()
Dhlo_matchers.h90 class HloCustomCallMatcher : public HloMatcher {
92 HloCustomCallMatcher( in HloCustomCallMatcher() function
329 return ::testing::MakeMatcher(new ::xla::testing::HloCustomCallMatcher( in CustomCall()