Home
last modified time | relevance | path

Searched defs:weight_collections (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/contrib/layers/python/layers/
Dfeature_column_ops.py96 weight_collections, argument
157 weight_collections=None, argument
227 weight_collections=None, argument
275 weight_collections): argument
316 weight_collections): argument
363 weight_collections=None, argument
434 weight_collections=None, argument
856 def _add_variable_collection(weight_collections): argument
Dfeature_column.py426 weight_collections=None, argument
491 def _get_sparse_tensors(self, inputs, weight_collections=None, argument
822 weight_collections=None, argument
867 def _get_sparse_tensors(self, inputs, weight_collections=None, argument
1020 def _get_dense_tensor(self, inputs, weight_collections=None, trainable=None): argument
1169 def _get_dense_tensor(self, inputs, weight_collections=None, trainable=None): argument
1191 weight_collections, argument
1542 def _get_dense_tensor(self, inputs, weight_collections=None, trainable=None): argument
1737 weight_collections=None, argument
1877 weight_collections=None, argument
[all …]
Dlayers.py2988 weight_collections=(ops.GraphKeys.WEIGHTS,), argument
/external/tensorflow/tensorflow/python/feature_column/
Dfeature_column.py166 weight_collections=None, argument
217 weight_collections=None, argument
286 weight_collections=None, argument
340 weight_collections=None, argument
1663 def _get_dense_tensor(self, inputs, weight_collections=None, trainable=None): argument
1693 weight_collections, argument
1714 column, builder, units, weight_collections, trainable): argument
1753 weight_collections=None, argument
1779 column, builder, units, sparse_combiner, weight_collections, trainable): argument
2064 def _get_dense_tensor(self, inputs, weight_collections=None, trainable=None): argument
[all …]
Dfeature_column_test.py1035 def _get_sparse_tensors(self, inputs, weight_collections=None, argument
1190 def _get_dense_tensor(self, inputs, weight_collections=None, argument
1198 def _get_sparse_tensors(self, inputs, weight_collections=None, argument
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Ddynamic_rnn_estimator.py169 weight_collections=None, argument