Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/utils/
Dpattern_utils.h147 struct NodeViewMatch { struct
149 std::vector<NodeViewMatch> children; argument
159 for (const NodeViewMatch& child : children) { in DebugString() argument
168 for (NodeViewMatch& child : children) { in Clear() argument
196 std::unique_ptr<NodeViewMatch> match_ = nullptr;
199 MutableNodeView* node_view, NodeViewMatch* match);
Dpattern_utils.cc59 NodeViewMatch* match) { in DoesOpTypePatternMatch()
154 match->children.push_back(NodeViewMatch()); in DoesOpTypePatternMatch()
155 NodeViewMatch* child_match = &(match->children.back()); in DoesOpTypePatternMatch()
174 match_.reset(new NodeViewMatch()); in GetMatchedNodes()