/external/tensorflow/tensorflow/python/feature_column/ |
D | feature_column.py | 173 weight_collections=None, argument 236 weight_collections=None, argument 314 weight_collections=None, argument 373 weight_collections=None, argument 501 def _add_to_collections(var, weight_collections): argument 533 weight_collections=None, argument 581 weight_collections=None, argument 623 weight_collections=None, argument 905 def _creator(weight_collections, scope): argument 1684 weight_collections=None, argument [all …]
|
D | feature_column_v2.py | 2803 def _get_dense_tensor(self, inputs, weight_collections=None, trainable=None): argument 2903 def _get_dense_tensor(self, inputs, weight_collections=None, trainable=None): argument 2955 def _get_sparse_tensors(self, inputs, weight_collections=None, argument 3078 def _old_get_dense_tensor_internal(self, sparse_tensors, weight_collections, argument 3127 def _get_dense_tensor(self, inputs, weight_collections=None, trainable=None): argument 3168 weight_collections=None, argument 3352 def _get_dense_tensor(self, inputs, weight_collections=None, trainable=None): argument 3376 weight_collections=None, argument 3493 def _get_sparse_tensors(self, inputs, weight_collections=None, argument 3604 def _get_sparse_tensors(self, inputs, weight_collections=None, argument [all …]
|
D | feature_column_test.py | 1184 def _get_sparse_tensors(self, inputs, weight_collections=None, argument 1272 weight_collections=None, argument 1318 weight_collections=None, argument 1450 def _get_dense_tensor(self, inputs, weight_collections=None, argument 1458 def _get_sparse_tensors(self, inputs, weight_collections=None, argument 2133 weight_collections=None, argument 2143 weight_collections=None, argument
|
D | feature_column_v2_test.py | 1490 weight_collections=None, argument 2460 weight_collections=None, argument
|
/external/tensorflow/tensorflow/contrib/layers/python/layers/ |
D | feature_column_ops.py | 96 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 857 def _add_variable_collection(weight_collections): argument
|
D | feature_column.py | 426 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 1024 def _get_dense_tensor(self, inputs, weight_collections=None, trainable=None): argument 1173 def _get_dense_tensor(self, inputs, weight_collections=None, trainable=None): argument 1195 weight_collections, argument 1544 def _get_dense_tensor(self, inputs, weight_collections=None, trainable=None): argument 1739 weight_collections=None, argument 1879 weight_collections=None, argument [all …]
|
D | layers.py | 3192 weight_collections=(ops.GraphKeys.WEIGHTS,), argument
|
/external/tensorflow/tensorflow/contrib/feature_column/python/feature_column/ |
D | sequence_feature_column.py | 42 weight_collections=None, argument 490 self, inputs, weight_collections=None, trainable=None): argument
|
/external/tensorflow/tensorflow/python/tpu/ |
D | feature_column.py | 93 def _creator(weight_collections, scope): argument 279 def _get_dense_tensor(self, inputs, weight_collections=None, trainable=None): argument 377 def _get_dense_tensor(self, inputs, weight_collections=None, trainable=None): argument
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/ |
D | dynamic_rnn_estimator.py | 174 weight_collections=None, argument
|