Home
last modified time | relevance | path

Searched refs:_maybe_update_block_mask (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/contrib/model_pruning/python/
Dpruning.py422 def _maybe_update_block_mask(self, weights, threshold): member in Pruning
511 new_threshold, new_mask = self._maybe_update_block_mask(weight, threshold)
Dpruning_test.py127 _, new_mask = p._maybe_update_block_mask(weights, threshold)