Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_matchers.h77 class HloGetTupleElementMatcher : public HloMatcher {
79 HloGetTupleElementMatcher(::testing::Matcher<const HloInstruction*> operand, in HloGetTupleElementMatcher() function
389 new ::xla::testing::HloGetTupleElementMatcher(operand, tuple_index)); in GetTupleElement()
Dhlo_matchers.cc114 bool HloGetTupleElementMatcher::MatchAndExplain( in MatchAndExplain()