/external/tensorflow/tensorflow/python/feature_column/ |
D | feature_column.py | 1926 def _get_sparse_tensors(self, member in _CategoricalColumn 1988 sparse_tensors = column._get_sparse_tensors( # pylint: disable=protected-access 2362 def _get_sparse_tensors(self, inputs, weight_collections=None, member in _BucketizedColumn 2426 … sparse_tensors = self.categorical_column._get_sparse_tensors( # pylint: disable=protected-access 2485 …sparse_tensors = self.categorical_column._get_sparse_tensors(inputs) # pylint: disable=protected-… 2541 … sparse_tensors = self.categorical_column._get_sparse_tensors( # pylint: disable=protected-access 2627 …sparse_tensors = self.categorical_column._get_sparse_tensors(inputs) # pylint: disable=protected-… 2694 def _get_sparse_tensors(self, inputs, weight_collections=None, member in _HashedCategoricalColumn 2747 def _get_sparse_tensors( member in _VocabularyFileCategoricalColumn 2798 def _get_sparse_tensors( member in _VocabularyListCategoricalColumn [all …]
|
D | feature_column_test.py | 509 id_weight_pair = bucketized_price._get_sparse_tensors(builder) 524 id_weight_pair = bucketized_price._get_sparse_tensors(builder) 840 id_weight_pair = hashed_sparse._get_sparse_tensors(builder) 850 column._get_sparse_tensors( 863 id_weight_pair = hashed_sparse._get_sparse_tensors(builder) 1088 id_weight_pair = crossed2._get_sparse_tensors(builder) 1118 id_weight_pair = crossed._get_sparse_tensors(builder) 1184 def _get_sparse_tensors(self, inputs, weight_collections=None, member in CrossedColumnTest.test_linear_model_with_weights._TestColumnWithWeights 1270 def _get_sparse_tensors(self, member in CrossedColumnTest.test_keras_linear_model_with_weights._TestColumnWithWeights 1458 def _get_sparse_tensors(self, inputs, weight_collections=None, member in LinearModelTest.test_dense_and_sparse_column._DenseAndSparseColumn [all …]
|
D | feature_column_v2.py | 2955 def _get_sparse_tensors(self, inputs, weight_collections=None, member in BucketizedColumn 3140 … sparse_tensors = self.categorical_column._get_sparse_tensors( # pylint: disable=protected-access 3180 …sparse_tensors = self.categorical_column._get_sparse_tensors(inputs) # pylint: disable=protected-… 3493 def _get_sparse_tensors(self, inputs, weight_collections=None, member in HashedCategoricalColumn 3604 def _get_sparse_tensors(self, inputs, weight_collections=None, member in VocabularyFileCategoricalColumn 3715 def _get_sparse_tensors(self, inputs, weight_collections=None, member in VocabularyListCategoricalColumn 3835 def _get_sparse_tensors(self, inputs, weight_collections=None, member in IdentityCategoricalColumn 3947 def _get_sparse_tensors(self, inputs, weight_collections=None, member in WeightedCategoricalColumn 4057 ids_and_weights = key._get_sparse_tensors(inputs) # pylint: disable=protected-access 4089 def _get_sparse_tensors(self, inputs, weight_collections=None, member in CrossedColumn [all …]
|
D | sequence_feature_column_test.py | 712 def _get_sparse_tensors(column, features): function 746 id_weight_pair = _get_sparse_tensors(column, {'aaa': inputs}) 785 id_weight_pair = _get_sparse_tensors(column, {'aaa': inputs}) 838 id_weight_pair = _get_sparse_tensors(column, {'aaa': inputs}) 864 id_weight_pair = _get_sparse_tensors(column, {'aaa': input_placeholder}) 905 id_weight_pair = _get_sparse_tensors(column, {'aaa': inputs})
|
D | feature_column_v2_test.py | 1488 def _get_sparse_tensors(self, member in CrossedColumnTest.test_old_linear_model_with_weights._TestColumnWithWeights 2458 def _get_sparse_tensors(self, member in OldLinearModelTest.test_dense_and_sparse_column._DenseAndSparseColumn
|
/external/tensorflow/tensorflow/contrib/feature_column/python/feature_column/ |
D | sequence_feature_column_test.py | 698 id_weight_pair = column._get_sparse_tensors(_LazyBuilder({'aaa': inputs})) 737 id_weight_pair = column._get_sparse_tensors(_LazyBuilder({'aaa': inputs})) 790 id_weight_pair = column._get_sparse_tensors(_LazyBuilder({'aaa': inputs})) 814 id_weight_pair = column._get_sparse_tensors( 855 id_weight_pair = column._get_sparse_tensors(_LazyBuilder({'aaa': inputs}))
|
/external/tensorflow/tensorflow/contrib/layers/python/layers/ |
D | feature_column.py | 491 def _get_sparse_tensors(self, inputs, weight_collections=None, member in _SparseColumn 867 def _get_sparse_tensors(self, inputs, weight_collections=None, member in _WeightedSparseColumn 2177 def _get_sparse_tensors(self, inputs, weight_collections=None, member in _BucketizedColumn 2407 def _get_sparse_tensors(self, inputs, weight_collections=None, member in _CrossedColumn
|