/external/tensorflow/tensorflow/python/feature_column/ |
D | feature_column.py | 173 weight_collections=None, argument 188 weight_collections = list(weight_collections or []) 189 if ops.GraphKeys.GLOBAL_VARIABLES not in weight_collections: 190 weight_collections.append(ops.GraphKeys.GLOBAL_VARIABLES) 191 if ops.GraphKeys.MODEL_VARIABLES not in weight_collections: 192 weight_collections.append(ops.GraphKeys.MODEL_VARIABLES) 204 weight_collections=weight_collections, 236 weight_collections=None, argument 299 weight_collections=weight_collections, 314 weight_collections=None, argument [all …]
|
D | feature_column_v2.py | 2803 def _get_dense_tensor(self, inputs, weight_collections=None, trainable=None): argument 2804 del weight_collections 2903 def _get_dense_tensor(self, inputs, weight_collections=None, trainable=None): argument 2904 del weight_collections 2955 def _get_sparse_tensors(self, inputs, weight_collections=None, argument 2958 del weight_collections 3078 def _old_get_dense_tensor_internal(self, sparse_tensors, weight_collections, argument 3082 if (weight_collections and 3083 ops.GraphKeys.GLOBAL_VARIABLES not in weight_collections): 3084 weight_collections.append(ops.GraphKeys.GLOBAL_VARIABLES) [all …]
|
D | feature_column_test.py | 853 }), weight_collections=('my_weights',)) 1184 def _get_sparse_tensors(self, inputs, weight_collections=None, argument 1272 weight_collections=None, argument 1318 weight_collections=None, argument 1325 weight_collections, 1450 def _get_dense_tensor(self, inputs, weight_collections=None, argument 1458 def _get_sparse_tensors(self, inputs, weight_collections=None, argument 1726 fc.linear_model(features, [price], weight_collections=['my-vars']) 1740 features, [wire_cast], weight_collections=['my-vars']) 1803 weight_collections=['my-vars']) [all …]
|
D | feature_column_v2_test.py | 1490 weight_collections=None, argument 2460 weight_collections=None, argument 2730 fc_old.linear_model(features, [price], weight_collections=['my-vars']) 2743 fc_old.linear_model(features, [wire_cast], weight_collections=['my-vars']) 2806 weight_collections=['my-vars']) 2822 weight_collections=['my-vars'])
|
/external/tensorflow/tensorflow/contrib/layers/python/layers/ |
D | feature_column_ops.py | 96 weight_collections, argument 112 if weight_collections: 113 weight_collections = list(set(list(weight_collections) + 135 weight_collections, 144 weight_collections, 157 weight_collections=None, argument 216 weight_collections, 227 weight_collections=None, argument 263 weight_collections, 275 weight_collections): argument [all …]
|
D | feature_column.py | 426 weight_collections=None, argument 491 def _get_sparse_tensors(self, inputs, weight_collections=None, argument 493 del weight_collections 822 weight_collections=None, argument 867 def _get_sparse_tensors(self, inputs, weight_collections=None, argument 869 del weight_collections 1024 def _get_dense_tensor(self, inputs, weight_collections=None, trainable=None): argument 1025 del weight_collections 1173 def _get_dense_tensor(self, inputs, weight_collections=None, trainable=None): argument 1177 weight_collections, trainable) [all …]
|
D | feature_column_ops_test.py | 872 features, [embedded_sparse], weight_collections=["my_collection"]) 878 features, [embedded_sparse], weight_collections=["my_collection_core"]) 1170 weight_collections=["my_collection"]) 1192 weight_collections=["my_collection"], 1199 weight_collections=["my_collection"], 1517 weight_collections=["my_collection"]) 2625 weight_collections=["my_collection"])
|
D | layers.py | 3192 weight_collections=(ops.GraphKeys.WEIGHTS,), argument 3277 weight_collections = set( 3278 list(weight_collections or []) + [ops.GraphKeys.GLOBAL_VARIABLES]) 3284 collections=weight_collections,
|
D | layers_test.py | 4053 weight_collections=['unbiased'], 4066 weight_collections=['unbiased', 'all'],
|
/external/tensorflow/tensorflow/python/tpu/ |
D | feature_column.py | 93 def _creator(weight_collections, scope): argument 97 weight_collections=weight_collections, 279 def _get_dense_tensor(self, inputs, weight_collections=None, trainable=None): argument 283 self, inputs, weight_collections, trainable) 288 self, inputs, weight_collections, trainable) 377 def _get_dense_tensor(self, inputs, weight_collections=None, trainable=None): argument 381 self, inputs, weight_collections, trainable) 386 self, inputs, weight_collections, trainable)
|
/external/tensorflow/tensorflow/contrib/feature_column/python/feature_column/ |
D | sequence_feature_column.py | 42 weight_collections=None, argument 120 weight_collections=weight_collections, 490 self, inputs, weight_collections=None, trainable=None): argument 493 del weight_collections
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/ |
D | dynamic_rnn_estimator.py | 174 weight_collections=None, argument 201 weight_collections=weight_collections, 207 weight_collections=weight_collections,
|
D | composable_model.py | 241 weight_collections=[self._scope], 249 weight_collections=[self._scope], 369 weight_collections=[self._scope],
|
D | dnn_linear_combined.py | 246 weight_collections=[dnn_parent_scope], 252 weight_collections=[dnn_parent_scope]) 302 weight_collections=[linear_parent_scope], 309 weight_collections=[linear_parent_scope], 316 weight_collections=[linear_parent_scope])
|
D | dnn.py | 160 weight_collections=[parent_scope], 166 weight_collections=[parent_scope])
|
D | linear.py | 168 weight_collections=[parent_scope], 175 weight_collections=[parent_scope])
|
D | state_saving_rnn_estimator.py | 369 weight_collections=None,
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.feature_column.pbtxt | 37 …argspec: "args=[\'features\', \'feature_columns\', \'weight_collections\', \'trainable\', \'cols_t… 41 …features\', \'feature_columns\', \'units\', \'sparse_combiner\', \'weight_collections\', \'trainab…
|
/external/tensorflow/tensorflow/contrib/boosted_trees/estimator_batch/ |
D | dnn_tree_combined_estimator.py | 187 weight_collections=[dnn_parent_scope]) 192 weight_collections=[dnn_parent_scope],
|
/external/tensorflow/tensorflow/contrib/boosted_trees/python/training/functions/ |
D | gbdt_batch.py | 201 features, [fc], weight_collections=[scope])
|