Home
last modified time | relevance | path

Searched refs:_categorical_column_with_hash_bucket (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/feature_column/
Dfeature_column_test.py383 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 …]
Dfeature_column.py1105 def _categorical_column_with_hash_bucket(key, function
Dfeature_column_v2_test.py4328 b = fc_old._categorical_column_with_hash_bucket('b', hash_bucket_size=100)