Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_matchers.h44 class HloParameterMatcher : public HloMatcher {
46 explicit HloParameterMatcher(int64 parameter_number) in HloParameterMatcher() function
262 new ::xla::testing::HloParameterMatcher(parameter_number)); in Parameter()
Dhlo_matchers.cc77 bool HloParameterMatcher::MatchAndExplain( in MatchAndExplain()