Searched refs:categorical_column_with_hash_bucket (Results 1 – 11 of 11) sorted by relevance
/external/tensorflow/tensorflow/python/feature_column/ |
D | feature_column_v2_test.py | 520 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 …]
|
D | serialization_test.py | 150 fc.indicator_column(fc.categorical_column_with_hash_bucket( 250 fc.categorical_column_with_hash_bucket(
|
D | dense_features_v2_test.py | 155 fc.categorical_column_with_hash_bucket('wire_cast', 4) 377 some_sparse_column = fc.categorical_column_with_hash_bucket(
|
D | dense_features_test.py | 208 fc.categorical_column_with_hash_bucket('wire_cast', 4) 430 some_sparse_column = fc.categorical_column_with_hash_bucket(
|
D | sequence_feature_column.py | 294 fc.categorical_column_with_hash_bucket(
|
D | feature_column_v2.py | 1482 def categorical_column_with_hash_bucket(key, function
|
/external/tensorflow/tensorflow/python/training/ |
D | warm_starting_util_test.py | 564 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/ |
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/python/tpu/ |
D | feature_column_test.py | 64 categorical_column = fc_lib.categorical_column_with_hash_bucket(
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | feature_columns_integration_test.py | 293 categorical_cols = [fc.categorical_column_with_hash_bucket('cabin', 10)]
|