Home
last modified time | relevance | path

Searched refs:_get_sparse_tensors (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/python/feature_column/
Dfeature_column.py1926 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 …]
Dfeature_column_test.py509 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 …]
Dfeature_column_v2.py2955 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 …]
Dsequence_feature_column_test.py712 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})
Dfeature_column_v2_test.py1488 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/
Dsequence_feature_column_test.py698 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/
Dfeature_column.py491 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