Searched refs:categorical_column_with_hash_bucket (Results 1 – 15 of 15) sorted by relevance
/external/tensorflow/tensorflow/python/feature_column/ |
D | feature_column_v2_test.py | 474 a = fc.categorical_column_with_hash_bucket('aaa', hash_bucket_size=10) 840 a = fc.categorical_column_with_hash_bucket('aaa', 10) 849 fc.categorical_column_with_hash_bucket(('key',), 10) 853 fc.categorical_column_with_hash_bucket('aaa', None) 858 fc.categorical_column_with_hash_bucket('aaa', 0) 861 fc.categorical_column_with_hash_bucket('aaa', 10, dtype=dtypes.string) 862 fc.categorical_column_with_hash_bucket('aaa', 10, dtype=dtypes.int32) 864 fc.categorical_column_with_hash_bucket('aaa', 10, dtype=dtypes.float32) 868 original = fc.categorical_column_with_hash_bucket('aaa', 10) 876 a = fc.categorical_column_with_hash_bucket('aaa', 10) [all …]
|
D | sequence_feature_column.py | 289 fc.categorical_column_with_hash_bucket(
|
D | feature_column_v2.py | 1424 def categorical_column_with_hash_bucket(key, function
|
/external/tensorflow/tensorflow/examples/get_started/regression/ |
D | linear_regression_categorical.py | 72 make_column = tf.feature_column.categorical_column_with_hash_bucket(
|
D | dnn_regression.py | 63 make = tf.feature_column.categorical_column_with_hash_bucket(
|
D | custom_regression.py | 118 make = tf.feature_column.categorical_column_with_hash_bucket(
|
/external/tensorflow/tensorflow/python/training/ |
D | warm_starting_util_test.py | 562 sc_hash = fc.categorical_column_with_hash_bucket( 756 sc_hash = fc.categorical_column_with_hash_bucket( 849 sc_hash = fc.categorical_column_with_hash_bucket( 917 sc_hash = fc.categorical_column_with_hash_bucket( 976 sc_hash = fc.categorical_column_with_hash_bucket(
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.feature_column.pbtxt | 8 name: "categorical_column_with_hash_bucket"
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.feature_column.pbtxt | 8 name: "categorical_column_with_hash_bucket"
|
/external/tensorflow/tensorflow/contrib/timeseries/examples/ |
D | lstm.py | 192 categorical_column = tf.feature_column.categorical_column_with_hash_bucket(
|
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/ |
D | head_test.py | 377 categorical_column = feature_column.categorical_column_with_hash_bucket(
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/ |
D | dnn_test.py | 382 language_column = fc_core.categorical_column_with_hash_bucket(
|
D | dnn_linear_combined_test.py | 458 fc_core.categorical_column_with_hash_bucket(
|
D | linear_test.py | 257 language_column = fc_core.categorical_column_with_hash_bucket(
|
/external/tensorflow/tensorflow/contrib/boosted_trees/python/training/functions/ |
D | gbdt_batch_test.py | 194 core_feature_column.categorical_column_with_hash_bucket(
|