Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/feature_column/
Dfeature_column.py501 def _add_to_collections(var, weight_collections): function
558 _add_to_collections(weight, self._weight_collections)
594 _add_to_collections(self._bias_variable, self._weight_collections)
1725 _add_to_collections(self._embedding_weight_var, self._weight_collections)