Searched refs:HloGetTupleElementMatcher (Results 1 – 2 of 2) sorted by relevance
77 class HloGetTupleElementMatcher : public HloMatcher {79 HloGetTupleElementMatcher(::testing::Matcher<const HloInstruction*> operand, in HloGetTupleElementMatcher() function389 new ::xla::testing::HloGetTupleElementMatcher(operand, tuple_index)); in GetTupleElement()
114 bool HloGetTupleElementMatcher::MatchAndExplain( in MatchAndExplain()