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

  /external/tensorflow/tensorflow/contrib/quantize/python/
quantize.py 475 # We use matched_layer_set to ensure that layers aren't matched multiple
477 matched_layer_set = set()
498 if layer_op not in matched_layer_set:
499 matched_layer_set.add(layer_op)
519 if layer_op not in matched_layer_set:
521 matched_layer_set.add(layer_op)
542 if layer_op not in matched_layer_set:
543 matched_layer_set.add(layer_op)
555 if layer_op not in matched_layer_set:
556 matched_layer_set.add(layer_op
    [all...]
fold_batch_norms.py 324 # We use matched_layer_set to ensure that layers aren't matched multiple
326 matched_layer_set = set()
330 if layer_op not in matched_layer_set:
331 matched_layer_set.add(layer_op)
337 if layer_op not in matched_layer_set:
338 matched_layer_set.add(layer_op)
    [all...]

Completed in 57 milliseconds