Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/feature_column/
Dfeature_column_test.py389 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 …]
Dfeature_column.py1084 def _categorical_column_with_hash_bucket(key, function
Dfeature_column_v2_test.py5881 b = fc_old._categorical_column_with_hash_bucket('b', hash_bucket_size=100)
/external/tensorflow/tensorflow/contrib/feature_column/python/feature_column/
Dsequence_feature_column.py267 fc._categorical_column_with_hash_bucket(