Searched defs:NodeMatcher (Results 1 – 6 of 6) sorted by relevance
110 struct NodeMatcher : public ::testing::MatcherInterface<const Node*> { struct111 bool MatchAndExplain( in MatchAndExplain()227 void DescribeTo(::std::ostream* os) const override { in DescribeTo()303 bool MatchAndExplainInput(const Node* node, int input_idx, in MatchAndExplainInput()330 std::optional<string> op;331 std::optional<string> name;332 std::optional<string> assigned_device;333 std::optional<Tensor> constant_value;334 std::optional<std::vector<::testing::Matcher<OutEdge>>> input_matchers;336 control_dep_set;[all …]
21 message NodeMatcher { message
34 using NodeMatcher = ::testing::Matcher<const NodeValue&>; variable
156 pub trait NodeMatcher<G0: GraphBase, G1: GraphBase> { interface
586 "NodeMatcher": { object
META-INF/ META-INF/MANIFEST.MF com/ com/intellij/ com/ ...