Searched defs:NodeMatcher (Results 1 – 2 of 2) 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 …]
586 "NodeMatcher": { object