Home
last modified time | relevance | path

Searched refs:GraphMatcher (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/tools/graph_transforms/
Dtransform_utils.h162 class GraphMatcher {
164 GraphMatcher(const GraphDef& graph_def);
Dtransform_utils.cc286 GraphMatcher::GraphMatcher(const GraphDef& graph_def) { in GraphMatcher() function in tensorflow::graph_transforms::GraphMatcher
291 Status GraphMatcher::GetOpTypeMatches(const OpTypePattern& pattern, in GetOpTypeMatches()
308 bool GraphMatcher::DoesOpTypeMatch( in DoesOpTypeMatch()
370 GraphMatcher matcher(input_graph_def); in ReplaceMatchingOpTypes()
Dtransform_utils_test.cc302 GraphMatcher matcher(graph_def); in TestGetOpTypeMatches()
395 GraphMatcher matcher(graph_def); in TestGetOpTypeMatchesDAG()