Home
last modified time | relevance | path

Searched refs:THRESHOLD_COLLECTION (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/contrib/model_pruning/python/layers/
Dcore_layers.py34 THRESHOLD_COLLECTION = 'thresholds' variable
162 ops.add_to_collection(THRESHOLD_COLLECTION, self.threshold)
436 ops.add_to_collection(THRESHOLD_COLLECTION, self.threshold)
Drnn_cells.py119 ops.add_to_collection(core_layers.THRESHOLD_COLLECTION, self._threshold)
268 ops.add_to_collection(core_layers.THRESHOLD_COLLECTION, self._threshold)
/external/tensorflow/tensorflow/contrib/model_pruning/python/
Dpruning.py82 _THRESHOLD_COLLECTION = core.THRESHOLD_COLLECTION