Searched refs:_categorical_column_with_hash_bucket (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/python/feature_column/ |
D | feature_column_test.py | 383 a = fc._categorical_column_with_hash_bucket('aaa', hash_bucket_size=10) 663 a = fc._categorical_column_with_hash_bucket('aaa', 10) 672 fc._categorical_column_with_hash_bucket(('key',), 10) 676 fc._categorical_column_with_hash_bucket('aaa', None) 681 fc._categorical_column_with_hash_bucket('aaa', 0) 684 fc._categorical_column_with_hash_bucket('aaa', 10, dtype=dtypes.string) 685 fc._categorical_column_with_hash_bucket('aaa', 10, dtype=dtypes.int32) 687 fc._categorical_column_with_hash_bucket('aaa', 10, dtype=dtypes.float32) 690 original = fc._categorical_column_with_hash_bucket('aaa', 10) 698 a = fc._categorical_column_with_hash_bucket('aaa', 10) [all …]
|
D | feature_column.py | 1105 def _categorical_column_with_hash_bucket(key, function
|
D | feature_column_v2_test.py | 4328 b = fc_old._categorical_column_with_hash_bucket('b', hash_bucket_size=100)
|