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