Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/feature_column/
Dfeature_column.py510 for weight_collection in weight_collections:
512 if weight_collection == ops.GraphKeys.GLOBAL_VARIABLES:
518 ops.add_to_collection(weight_collection, constituent_var)
520 ops.add_to_collection(weight_collection, var)
/external/tensorflow/tensorflow/contrib/layers/python/layers/
Dfeature_column.py252 weight_collection=None, argument