HomeSort by relevance Sort by last modified time
    Searched full:_update_mask (Results 1 - 1 of 1) sorted by null

  /external/tensorflow/tensorflow/contrib/model_pruning/python/
pruning.py 471 def _update_mask(self, weights, threshold): member in class:Pruning
544 return self._update_mask(weights, threshold)
564 smoothed_threshold, new_mask = self._update_mask(pooled_weights,

Completed in 269 milliseconds