Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/tpu/
Dtpu_embedding_v2_cpu_test.py143 def _get_sparse_tensors(self, dtype=dtypes.int32): member in CPUEmbeddingTest
160 features = self._get_sparse_tensors()
182 features = self._get_sparse_tensors()
183 weights = self._get_sparse_tensors(dtype=dtypes.float32)
209 features = self._get_sparse_tensors()
259 features = tuple(self._get_sparse_tensors()[:2])
269 features = self._get_sparse_tensors()
298 features = self._get_sparse_tensors()[:1]
/external/tensorflow/tensorflow/python/feature_column/
Dfeature_column.py2009 def _get_sparse_tensors(self, member in _CategoricalColumn
2071 sparse_tensors = column._get_sparse_tensors( # pylint: disable=protected-access
2445 def _get_sparse_tensors(self, inputs, weight_collections=None, member in _BucketizedColumn
2532 … sparse_tensors = self.categorical_column._get_sparse_tensors( # pylint: disable=protected-access
2597 …sparse_tensors = self.categorical_column._get_sparse_tensors(inputs) # pylint: disable=protected-…
2654 … sparse_tensors = self.categorical_column._get_sparse_tensors( # pylint: disable=protected-access
2746 …sparse_tensors = self.categorical_column._get_sparse_tensors(inputs) # pylint: disable=protected-…
2813 def _get_sparse_tensors(self, inputs, weight_collections=None, member in _HashedCategoricalColumn
2866 def _get_sparse_tensors( member in _VocabularyFileCategoricalColumn
2917 def _get_sparse_tensors( member in _VocabularyListCategoricalColumn
[all …]
Dsequence_feature_column_test.py143 def _get_sparse_tensors(column, features): function
177 id_weight_pair = _get_sparse_tensors(column, {'aaa': inputs})
252 id_weight_pair = _get_sparse_tensors(column, {'aaa': inputs})
305 id_weight_pair = _get_sparse_tensors(column, {'aaa': inputs})
331 id_weight_pair = _get_sparse_tensors(column, {'aaa': input_placeholder})
372 id_weight_pair = _get_sparse_tensors(column, {'aaa': inputs})
Dfeature_column_test.py499 id_weight_pair = bucketized_price._get_sparse_tensors(builder)
514 id_weight_pair = bucketized_price._get_sparse_tensors(builder)
823 id_weight_pair = hashed_sparse._get_sparse_tensors(builder)
833 column._get_sparse_tensors(
845 id_weight_pair = hashed_sparse._get_sparse_tensors(builder)
1062 id_weight_pair = crossed2._get_sparse_tensors(builder)
1092 id_weight_pair = crossed._get_sparse_tensors(builder)
1157 def _get_sparse_tensors(self, inputs, weight_collections=None, member in CrossedColumnTest.test_linear_model_with_weights._TestColumnWithWeights
1242 def _get_sparse_tensors(self, member in CrossedColumnTest.test_keras_linear_model_with_weights._TestColumnWithWeights
1430 def _get_sparse_tensors(self, inputs, weight_collections=None, member in LinearModelTest.test_dense_and_sparse_column._DenseAndSparseColumn
[all …]
Dfeature_column_v2.py2786 def _get_sparse_tensors(self, inputs, weight_collections=None, member in BucketizedColumn
3006 … sparse_tensors = self.categorical_column._get_sparse_tensors( # pylint: disable=protected-access
3046 …sparse_tensors = self.categorical_column._get_sparse_tensors(inputs) # pylint: disable=protected-…
3382 def _get_sparse_tensors(self, inputs, weight_collections=None, member in HashedCategoricalColumn
3501 def _get_sparse_tensors(self, inputs, weight_collections=None, member in VocabularyFileCategoricalColumn
3620 def _get_sparse_tensors(self, inputs, weight_collections=None, member in VocabularyListCategoricalColumn
3732 def _get_sparse_tensors(self, inputs, weight_collections=None, member in IdentityCategoricalColumn
3846 def _get_sparse_tensors(self, inputs, weight_collections=None, member in WeightedCategoricalColumn
3958 ids_and_weights = key._get_sparse_tensors(inputs) # pylint: disable=protected-access
3990 def _get_sparse_tensors(self, inputs, weight_collections=None, member in CrossedColumn
[all …]
Dfeature_column_v2_test.py1301 def _get_sparse_tensors(self, member in CrossedColumnTest.test_old_linear_model_with_weights._TestColumnWithWeights
1569 def _get_sparse_tensors(self, member in OldLinearModelTest.test_dense_and_sparse_column._DenseAndSparseColumn