Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dnode_matchers.h76 using OutEdge = std::pair<const Node*, int>; variable
86 using InputSeqMatcher = std::vector<::testing::Matcher<OutEdge>>;
160 absl::Span<const ::testing::Matcher<OutEdge>> inputs);
210 ::testing::Matcher<impl::OutEdge> Out(int oidx,
214 inline ::testing::Matcher<impl::OutEdge> Out( in Out()
239 ::testing::Matcher<impl::OutEdge> Const(
Dnode_matchers.cc34 using impl::OutEdge;
261 for (const ::testing::Matcher<OutEdge>& matcher : (*input_matchers)) { in DescribeTo()
310 OutEdge input = {edge->src(), edge->src_output()}; in MatchAndExplainInput()
330 absl::optional<std::vector<::testing::Matcher<OutEdge>>> input_matchers;
338 class OutEdgeMatcher : public ::testing::MatcherInterface<OutEdge> {
344 OutEdge out_edge, in MatchAndExplain()
452 absl::Span<const ::testing::Matcher<OutEdge>> inputs) { in Inputs()
453 std::vector<::testing::Matcher<OutEdge>> inputs_vector; in Inputs()
518 ::testing::Matcher<impl::OutEdge> Const( in Const()
522 ::testing::Matcher<impl::OutEdge> Out( in Out()