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.h74 class HloGetTupleElementMatcher : public HloMatcher {
76 HloGetTupleElementMatcher(::testing::Matcher<const HloInstruction*> operand, in HloGetTupleElementMatcher() function
307 new ::xla::testing::HloGetTupleElementMatcher(operand, tuple_index)); in GetTupleElement()
Dhlo_matchers.cc108 bool HloGetTupleElementMatcher::MatchAndExplain( in MatchAndExplain()