Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/feature_column/
Dfeature_column_v2_test.py474 a = fc.categorical_column_with_hash_bucket('aaa', hash_bucket_size=10)
840 a = fc.categorical_column_with_hash_bucket('aaa', 10)
849 fc.categorical_column_with_hash_bucket(('key',), 10)
853 fc.categorical_column_with_hash_bucket('aaa', None)
858 fc.categorical_column_with_hash_bucket('aaa', 0)
861 fc.categorical_column_with_hash_bucket('aaa', 10, dtype=dtypes.string)
862 fc.categorical_column_with_hash_bucket('aaa', 10, dtype=dtypes.int32)
864 fc.categorical_column_with_hash_bucket('aaa', 10, dtype=dtypes.float32)
868 original = fc.categorical_column_with_hash_bucket('aaa', 10)
876 a = fc.categorical_column_with_hash_bucket('aaa', 10)
[all …]
Dsequence_feature_column.py289 fc.categorical_column_with_hash_bucket(
Dfeature_column_v2.py1424 def categorical_column_with_hash_bucket(key, function
/external/tensorflow/tensorflow/examples/get_started/regression/
Dlinear_regression_categorical.py72 make_column = tf.feature_column.categorical_column_with_hash_bucket(
Ddnn_regression.py63 make = tf.feature_column.categorical_column_with_hash_bucket(
Dcustom_regression.py118 make = tf.feature_column.categorical_column_with_hash_bucket(
/external/tensorflow/tensorflow/python/training/
Dwarm_starting_util_test.py562 sc_hash = fc.categorical_column_with_hash_bucket(
756 sc_hash = fc.categorical_column_with_hash_bucket(
849 sc_hash = fc.categorical_column_with_hash_bucket(
917 sc_hash = fc.categorical_column_with_hash_bucket(
976 sc_hash = fc.categorical_column_with_hash_bucket(
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.feature_column.pbtxt8 name: "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/contrib/timeseries/examples/
Dlstm.py192 categorical_column = tf.feature_column.categorical_column_with_hash_bucket(
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
Dhead_test.py377 categorical_column = feature_column.categorical_column_with_hash_bucket(
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Ddnn_test.py382 language_column = fc_core.categorical_column_with_hash_bucket(
Ddnn_linear_combined_test.py458 fc_core.categorical_column_with_hash_bucket(
Dlinear_test.py257 language_column = fc_core.categorical_column_with_hash_bucket(
/external/tensorflow/tensorflow/contrib/boosted_trees/python/training/functions/
Dgbdt_batch_test.py194 core_feature_column.categorical_column_with_hash_bucket(