Searched refs:GraphMatcher (Results 1 – 3 of 3) sorted by relevance
162 class GraphMatcher {164 GraphMatcher(const GraphDef& graph_def);
286 GraphMatcher::GraphMatcher(const GraphDef& graph_def) { in GraphMatcher() function in tensorflow::graph_transforms::GraphMatcher291 Status GraphMatcher::GetOpTypeMatches(const OpTypePattern& pattern, in GetOpTypeMatches()308 bool GraphMatcher::DoesOpTypeMatch( in DoesOpTypeMatch()370 GraphMatcher matcher(input_graph_def); in ReplaceMatchingOpTypes()
302 GraphMatcher matcher(graph_def); in TestGetOpTypeMatches()395 GraphMatcher matcher(graph_def); in TestGetOpTypeMatchesDAG()