Searched refs:OutEdgeMatcher (Results 1 – 1 of 1) sorted by relevance
338 class OutEdgeMatcher : public ::testing::MatcherInterface<OutEdge> { class340 OutEdgeMatcher(::testing::Matcher<const Node*> src_matcher, int src_oidx) in OutEdgeMatcher() function in tensorflow::testing::matchers::__anon857546a50111::OutEdgeMatcher524 return ::testing::MakeMatcher(new OutEdgeMatcher(node_matcher, oidx)); in Out()