Searched refs:_categorical_column_with_hash_bucket (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/python/feature_column/ |
D | feature_column_test.py | 389 a = fc._categorical_column_with_hash_bucket('aaa', hash_bucket_size=10) 675 a = fc._categorical_column_with_hash_bucket('aaa', 10) 684 fc._categorical_column_with_hash_bucket(('key',), 10) 688 fc._categorical_column_with_hash_bucket('aaa', None) 693 fc._categorical_column_with_hash_bucket('aaa', 0) 696 fc._categorical_column_with_hash_bucket('aaa', 10, dtype=dtypes.string) 697 fc._categorical_column_with_hash_bucket('aaa', 10, dtype=dtypes.int32) 699 fc._categorical_column_with_hash_bucket('aaa', 10, dtype=dtypes.float32) 703 original = fc._categorical_column_with_hash_bucket('aaa', 10) 711 a = fc._categorical_column_with_hash_bucket('aaa', 10) [all …]
|
D | feature_column.py | 1084 def _categorical_column_with_hash_bucket(key, function
|
D | feature_column_v2_test.py | 5881 b = fc_old._categorical_column_with_hash_bucket('b', hash_bucket_size=100)
|
/external/tensorflow/tensorflow/contrib/feature_column/python/feature_column/ |
D | sequence_feature_column.py | 267 fc._categorical_column_with_hash_bucket(
|