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

  /external/tensorflow/tensorflow/contrib/quantize/python/
graph_matcher_test.py 74 matcher = graph_matcher.GraphMatcher(relu_pattern)
98 matcher = graph_matcher.GraphMatcher(minus_pattern)
122 matcher = graph_matcher.GraphMatcher(add_or_sub_pattern)
143 matcher = graph_matcher.GraphMatcher(transpose_pattern)
graph_matcher.py 104 r"""Encapsulates the result of a match done by GraphMatcher.
177 class GraphMatcher(object):
181 """Initializes a GraphMatcher.
184 pattern: The `Pattern` against which `GraphMatcher` matches
quantize.py 194 layer_matcher = graph_matcher.GraphMatcher(activation_pattern)
fold_batch_norms.py 177 bn_matcher = graph_matcher.GraphMatcher(
186 moving_avg_mul_matcher = graph_matcher.GraphMatcher(
    [all...]
  /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 278 GraphMatcher::GraphMatcher(const GraphDef& graph_def) {
283 Status GraphMatcher::GetOpTypeMatches(const OpTypePattern& pattern,
300 bool GraphMatcher::DoesOpTypeMatch(
362 GraphMatcher matcher(input_graph_def);
transform_utils_test.cc 302 GraphMatcher matcher(graph_def);
395 GraphMatcher matcher(graph_def);
    [all...]

Completed in 1112 milliseconds