Home
last modified time | relevance | path

Searched refs:categorical_column_with_hash_bucket (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/python/feature_column/
Dfeature_column_v2_test.py520 a = fc.categorical_column_with_hash_bucket('aaa', hash_bucket_size=10)
889 a = fc.categorical_column_with_hash_bucket('aaa', 10)
898 fc.categorical_column_with_hash_bucket(('key',), 10)
902 fc.categorical_column_with_hash_bucket('aaa', None)
907 fc.categorical_column_with_hash_bucket('aaa', 0)
910 a = fc.categorical_column_with_hash_bucket('aaa', 10, dtype=dtypes.string)
911 b = fc.categorical_column_with_hash_bucket('aaa', 10, dtype=dtypes.int32)
916 fc.categorical_column_with_hash_bucket('aaa', 10, dtype=dtypes.float32)
920 original = fc.categorical_column_with_hash_bucket('aaa', 10)
928 a = fc.categorical_column_with_hash_bucket('aaa', 10)
[all …]
Dserialization_test.py150 fc.indicator_column(fc.categorical_column_with_hash_bucket(
250 fc.categorical_column_with_hash_bucket(
Ddense_features_v2_test.py155 fc.categorical_column_with_hash_bucket('wire_cast', 4)
377 some_sparse_column = fc.categorical_column_with_hash_bucket(
Ddense_features_test.py208 fc.categorical_column_with_hash_bucket('wire_cast', 4)
430 some_sparse_column = fc.categorical_column_with_hash_bucket(
Dsequence_feature_column.py294 fc.categorical_column_with_hash_bucket(
Dfeature_column_v2.py1482 def categorical_column_with_hash_bucket(key, function
/external/tensorflow/tensorflow/python/training/
Dwarm_starting_util_test.py564 sc_hash = fc.categorical_column_with_hash_bucket(
758 sc_hash = fc.categorical_column_with_hash_bucket(
851 sc_hash = fc.categorical_column_with_hash_bucket(
919 sc_hash = fc.categorical_column_with_hash_bucket(
978 sc_hash = fc.categorical_column_with_hash_bucket(
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.feature_column.pbtxt8 name: "categorical_column_with_hash_bucket"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.feature_column.pbtxt8 name: "categorical_column_with_hash_bucket"
/external/tensorflow/tensorflow/python/tpu/
Dfeature_column_test.py64 categorical_column = fc_lib.categorical_column_with_hash_bucket(
/external/tensorflow/tensorflow/python/keras/engine/
Dfeature_columns_integration_test.py293 categorical_cols = [fc.categorical_column_with_hash_bucket('cabin', 10)]