HomeSort by relevance Sort by last modified time
    Searched defs:GraphMatcher (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/contrib/quantize/python/
graph_matcher.py 128 r"""Encapsulates the result of a match done by GraphMatcher.
201 class GraphMatcher(object):
205 """Initializes a GraphMatcher.
208 pattern: The `Pattern` against which `GraphMatcher` matches
  /external/tensorflow/tensorflow/tools/graph_transforms/
transform_utils.h 162 class GraphMatcher {
164 GraphMatcher(const GraphDef& graph_def);
168 // pointers contained in the results are owned by the GraphMatcher object, and
transform_utils.cc 284 GraphMatcher::GraphMatcher(const GraphDef& graph_def) {
289 Status GraphMatcher::GetOpTypeMatches(const OpTypePattern& pattern,
306 bool GraphMatcher::DoesOpTypeMatch(
368 GraphMatcher matcher(input_graph_def);

Completed in 242 milliseconds