Home
last modified time | relevance | path

Searched refs:get_sparse_tensors (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/feature_column/
Dfeature_column_v2.py2393 def get_sparse_tensors(self, transformation_cache, state_manager): member in CategoricalColumn
2445 sparse_tensors = column.get_sparse_tensors(transformation_cache,
2948 def get_sparse_tensors(self, transformation_cache, state_manager): member in BucketizedColumn
3121 sparse_tensors = self.categorical_column.get_sparse_tensors(
3155 sparse_tensors = self.categorical_column.get_sparse_tensors(
3322 sparse_tensors = self.categorical_column.get_sparse_tensors(
3367 sparse_tensors = self.categorical_column.get_sparse_tensors(
3486 def get_sparse_tensors(self, transformation_cache, state_manager): member in HashedCategoricalColumn
3597 def get_sparse_tensors(self, transformation_cache, state_manager): member in VocabularyFileCategoricalColumn
3708 def get_sparse_tensors(self, transformation_cache, state_manager): member in VocabularyListCategoricalColumn
[all …]
Dfeature_column_v2_test.py614 id_weight_pair = bucketized_price.get_sparse_tensors(
632 id_weight_pair = bucketized_price.get_sparse_tensors(
1004 id_weight_pair = hashed_sparse.get_sparse_tensors(transformation_cache,
1016 id_weight_pair = hashed_sparse.get_sparse_tensors(transformation_cache,
1270 id_weight_pair = crossed2.get_sparse_tensors(transformation_cache, None)
1302 id_weight_pair = crossed.get_sparse_tensors(transformation_cache, None)
1380 def get_sparse_tensors(self, transformation_cache, state_manager): member in CrossedColumnTest.test_linear_model_with_weights._TestColumnWithWeights
1485 def get_sparse_tensors(self, transformation_cache, state_manager): member in CrossedColumnTest.test_old_linear_model_with_weights._TestColumnWithWeights
1730 def get_sparse_tensors(self, transformation_cache, state_manager): member in LinearModelTest.test_dense_and_sparse_column._DenseAndSparseColumn
2455 def get_sparse_tensors(self, transformation_cache, state_manager): member in OldLinearModelTest.test_dense_and_sparse_column._DenseAndSparseColumn
[all …]
Dsequence_feature_column_test.py713 return column.get_sparse_tensors(