| /external/tensorflow/tensorflow/python/feature_column/ |
| D | feature_column.py | 169 weight_collections=None, argument 232 weight_collections=None, argument 310 weight_collections=None, argument 369 weight_collections=None, argument 502 def _add_to_collections(var, weight_collections): argument 534 weight_collections=None, argument 582 weight_collections=None, argument 624 weight_collections=None, argument 921 def _creator(weight_collections, scope): argument 1701 weight_collections=None, argument [all …]
|
| D | feature_column_v2.py | 2697 def _get_dense_tensor(self, inputs, weight_collections=None, trainable=None): argument 2801 def _get_dense_tensor(self, inputs, weight_collections=None, trainable=None): argument 2853 def _get_sparse_tensors(self, inputs, weight_collections=None, argument 3011 def _old_get_dense_tensor_internal(self, sparse_tensors, weight_collections, argument 3060 def _get_dense_tensor(self, inputs, weight_collections=None, trainable=None): argument 3101 weight_collections=None, argument 3318 def _get_dense_tensor(self, inputs, weight_collections=None, trainable=None): argument 3342 weight_collections=None, argument 3450 def _get_sparse_tensors(self, inputs, weight_collections=None, argument 3609 def _get_sparse_tensors(self, inputs, weight_collections=None, argument [all …]
|
| D | feature_column_test.py | 1136 def _get_sparse_tensors(self, inputs, weight_collections=None, argument 1223 weight_collections=None, argument 1269 weight_collections=None, argument 1401 def _get_dense_tensor(self, inputs, weight_collections=None, argument 1409 def _get_sparse_tensors(self, inputs, weight_collections=None, argument 2089 weight_collections=None, argument 2099 weight_collections=None, argument
|
| D | feature_column_v2_test.py | 1299 weight_collections=None, argument 1567 weight_collections=None, argument
|
| /external/tensorflow/tensorflow/python/tpu/ |
| D | feature_column.py | 128 def _creator(weight_collections, scope): argument 451 def _get_dense_tensor(self, inputs, weight_collections=None, trainable=None): argument 475 self, inputs, weight_collections=None, trainable=None): argument 590 def _get_dense_tensor(self, inputs, weight_collections=None, trainable=None): argument 613 self, inputs, weight_collections=None, trainable=None): argument
|
| D | feature_column_v2.py | 508 def _get_dense_tensor(self, inputs, weight_collections=None, trainable=None): argument 563 self, inputs, weight_collections=None, trainable=None): argument 978 def _get_dense_tensor(self, inputs, weight_collections=None, trainable=None): argument
|