Home
last modified time | relevance | path

Searched refs:sparse_column_with_hash_bucket (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/contrib/layers/python/layers/
Dfeature_column_ops_test.py130 hashed_sparse = feature_column.sparse_column_with_hash_bucket("wire", 10)
152 hashed_sparse = feature_column.sparse_column_with_hash_bucket(
174 hashed_sparse = feature_column.sparse_column_with_hash_bucket("wire", 10)
195 hashed_sparse = feature_column.sparse_column_with_hash_bucket("wire", 10)
420 language = feature_column.sparse_column_with_hash_bucket(
422 country = feature_column.sparse_column_with_hash_bucket(
452 country = feature_column.sparse_column_with_hash_bucket(
476 country = feature_column.sparse_column_with_hash_bucket(
514 country = feature_column.sparse_column_with_hash_bucket(
518 wire = feature_column.sparse_column_with_hash_bucket("wire", 10)
[all …]
Dfeature_column_test.py86 a = fc.sparse_column_with_hash_bucket("aaa", hash_bucket_size=100)
91 a = fc.sparse_column_with_hash_bucket("aaa", hash_bucket_size=100)
95 a = fc.sparse_column_with_hash_bucket(
101 a = fc.sparse_column_with_hash_bucket(
147 a = fc.sparse_column_with_hash_bucket(
155 a = fc.sparse_column_with_hash_bucket(
322 b = fc.sparse_column_with_hash_bucket(
387 hash_column = fc.sparse_column_with_hash_bucket(
409 fc.sparse_column_with_hash_bucket(
414 fc.sparse_column_with_hash_bucket(
[all …]
Dfeature_column.py608 def sparse_column_with_hash_bucket(column_name, function
/external/tensorflow/tensorflow/contrib/linear_optimizer/python/
Dsdca_estimator_test.py133 country = feature_column_lib.sparse_column_with_hash_bucket(
163 country = feature_column_lib.sparse_column_with_hash_bucket(
196 age = feature_column_lib.sparse_column_with_hash_bucket(
198 gender = feature_column_lib.sparse_column_with_hash_bucket(
226 language = feature_column_lib.sparse_column_with_hash_bucket(
228 country = feature_column_lib.sparse_column_with_hash_bucket(
263 country = feature_column_lib.sparse_column_with_hash_bucket(
302 country = feature_column_lib.sparse_column_with_hash_bucket(
380 country = feature_column_lib.sparse_column_with_hash_bucket(
420 country = feature_column_lib.sparse_column_with_hash_bucket(
[all …]
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Dlinear_test.py92 language = feature_column_lib.sparse_column_with_hash_bucket('language',
117 language = feature_column_lib.sparse_column_with_hash_bucket('language',
119 age = feature_column_lib.sparse_column_with_hash_bucket('age', 2)
196 language_column = feature_column_lib.sparse_column_with_hash_bucket(
484 feature_column_lib.sparse_column_with_hash_bucket(
520 language = feature_column_lib.sparse_column_with_hash_bucket('language',
635 language = feature_column_lib.sparse_column_with_hash_bucket('language',
657 language = feature_column_lib.sparse_column_with_hash_bucket('language',
678 language = feature_column_lib.sparse_column_with_hash_bucket('language',
698 language = feature_column_lib.sparse_column_with_hash_bucket('language',
[all …]
Ddnn_linear_combined_test.py115 feature_column.sparse_column_with_hash_bucket('language', 10))
143 feature_column.sparse_column_with_hash_bucket('language', 10),
147 feature_column.sparse_column_with_hash_bucket('wire', 10),
268 language = feature_column.sparse_column_with_hash_bucket('language', 100)
302 feature_column.sparse_column_with_hash_bucket('language', 10),
326 language_column = feature_column.sparse_column_with_hash_bucket(
412 feature_column.sparse_column_with_hash_bucket(
487 feature_column.sparse_column_with_hash_bucket(
566 language_column = feature_column.sparse_column_with_hash_bucket(
910 language = feature_column.sparse_column_with_hash_bucket('language', 100)
[all …]
Ddnn_test.py59 feature_column.sparse_column_with_hash_bucket('language', 10))
84 feature_column.sparse_column_with_hash_bucket('language', 10),
88 feature_column.sparse_column_with_hash_bucket('wire', 10),
133 feature_column.sparse_column_with_hash_bucket('language', 10),
241 feature_column.sparse_column_with_hash_bucket('language', 10),
265 language_column = feature_column.sparse_column_with_hash_bucket(
426 language_column = feature_column.sparse_column_with_hash_bucket(
473 language_column = feature_column.sparse_column_with_hash_bucket(
581 language_column = feature_column.sparse_column_with_hash_bucket(
720 sparse_column = feature_column.sparse_column_with_hash_bucket(
[all …]
Dcomposable_model_test.py131 language = feature_column.sparse_column_with_hash_bucket('language', 100)
157 language = feature_column.sparse_column_with_hash_bucket('language', 100)
158 age = feature_column.sparse_column_with_hash_bucket('age', 2)
Dsvm_test.py184 country = feature_column.sparse_column_with_hash_bucket(
242 country = feature_column.sparse_column_with_hash_bucket(
Ddebug_test.py574 language = feature_column.sparse_column_with_hash_bucket('language', 100)
/external/tensorflow/tensorflow/contrib/kernel_methods/
DREADME.md41 sparse_column_b = tf.contrib.layers.sparse_column_with_hash_bucket(...)
/external/tensorflow/tensorflow/contrib/kernel_methods/python/
Dkernel_estimators_test.py206 country = layers.sparse_column_with_hash_bucket(
/external/tensorflow/tensorflow/contrib/learn/python/learn/utils/
Dsaved_model_export_utils_test.py689 sparse_col = fc.sparse_column_with_hash_bucket(
692 fc.sparse_column_with_hash_bucket(
/external/tensorflow/tensorflow/contrib/boosted_trees/python/training/functions/
Dgbdt_batch_test.py148 feature_column_lib.sparse_column_with_hash_bucket(