Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_matchers.h58 class HloComparisonMatcher : public HloMatcher {
60 explicit HloComparisonMatcher( in HloComparisonMatcher() function
272 return ::testing::MakeMatcher(new ::xla::testing::HloComparisonMatcher( in Eq()
277 return ::testing::MakeMatcher(new ::xla::testing::HloComparisonMatcher( in Ne()
282 return ::testing::MakeMatcher(new ::xla::testing::HloComparisonMatcher( in Ge()
287 return ::testing::MakeMatcher(new ::xla::testing::HloComparisonMatcher( in Gt()
292 return ::testing::MakeMatcher(new ::xla::testing::HloComparisonMatcher( in Le()
297 return ::testing::MakeMatcher(new ::xla::testing::HloComparisonMatcher( in Lt()
Dhlo_matchers.cc92 bool HloComparisonMatcher::MatchAndExplain( in MatchAndExplain()