Searched refs:categorical_column_with_hash_bucket (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/python/feature_column/ |
D | feature_column_v2_test.py | 480 a = fc.categorical_column_with_hash_bucket('aaa', hash_bucket_size=10) 783 a = fc.categorical_column_with_hash_bucket('aaa', 10) 792 fc.categorical_column_with_hash_bucket(('key',), 10) 796 fc.categorical_column_with_hash_bucket('aaa', None) 801 fc.categorical_column_with_hash_bucket('aaa', 0) 804 a = fc.categorical_column_with_hash_bucket('aaa', 10, dtype=dtypes.string) 805 b = fc.categorical_column_with_hash_bucket('aaa', 10, dtype=dtypes.int32) 810 fc.categorical_column_with_hash_bucket('aaa', 10, dtype=dtypes.float32) 813 original = fc.categorical_column_with_hash_bucket('aaa', 10) 821 a = fc.categorical_column_with_hash_bucket('aaa', 10) [all …]
|
D | sequence_feature_column.py | 179 fc.categorical_column_with_hash_bucket(
|
D | feature_column_v2.py | 1127 def categorical_column_with_hash_bucket(key, function
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.feature_column.pbtxt | 8 name: "categorical_column_with_hash_bucket"
|
/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/v1/ |
D | tensorflow.feature_column.pbtxt | 8 name: "categorical_column_with_hash_bucket"
|
/external/tensorflow/tensorflow/python/keras/feature_column/ |
D | dense_features_v2_test.py | 192 fc.categorical_column_with_hash_bucket('wire_cast', 4) 414 some_sparse_column = fc.categorical_column_with_hash_bucket(
|
D | dense_features_test.py | 212 fc.categorical_column_with_hash_bucket('wire_cast', 4) 434 some_sparse_column = fc.categorical_column_with_hash_bucket( 1049 fc.indicator_column(fc.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 | 290 categorical_cols = [fc.categorical_column_with_hash_bucket('cabin', 10)]
|