Home
last modified time | relevance | path

Searched refs:categorical_column_with_hash_bucket (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/python/feature_column/
Dfeature_column_v2_test.py480 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 …]
Dsequence_feature_column.py179 fc.categorical_column_with_hash_bucket(
Dfeature_column_v2.py1127 def categorical_column_with_hash_bucket(key, function
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.feature_column.pbtxt8 name: "categorical_column_with_hash_bucket"
/external/tensorflow/tensorflow/python/training/
Dwarm_starting_util_test.py564 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/
Dtensorflow.feature_column.pbtxt8 name: "categorical_column_with_hash_bucket"
/external/tensorflow/tensorflow/python/keras/feature_column/
Ddense_features_v2_test.py192 fc.categorical_column_with_hash_bucket('wire_cast', 4)
414 some_sparse_column = fc.categorical_column_with_hash_bucket(
Ddense_features_test.py212 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/
Dfeature_column_test.py64 categorical_column = fc_lib.categorical_column_with_hash_bucket(
/external/tensorflow/tensorflow/python/keras/engine/
Dfeature_columns_integration_test.py290 categorical_cols = [fc.categorical_column_with_hash_bucket('cabin', 10)]