Home
last modified time | relevance | path

Searched refs:categorical_column_with_identity (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/python/tpu/
Dfeature_column_test.py47 categorical_column = fc_lib.categorical_column_with_identity(
63 categorical_column = fc_lib.categorical_column_with_identity(
121 categorical_column = fc_lib.categorical_column_with_identity(
147 categorical_column_a = fc_lib.categorical_column_with_identity(
149 categorical_column_b = fc_lib.categorical_column_with_identity(
184 categorical_column_a = fc_lib.categorical_column_with_identity(
186 categorical_column_b = fc_lib.categorical_column_with_identity(
264 categorical_column_a = fc_lib.categorical_column_with_identity(
266 categorical_column_b = fc_lib.categorical_column_with_identity(
/external/tensorflow/tensorflow/python/feature_column/
Dfeature_column_v2_test.py3025 categorical_column_a = fc.categorical_column_with_identity(
3027 categorical_column_b = fc.categorical_column_with_identity(
3065 categorical_column_a = fc.categorical_column_with_identity(
3067 categorical_column_b = fc.categorical_column_with_identity(
3105 categorical_column_a = fc.categorical_column_with_identity(
3107 categorical_column_b = fc.categorical_column_with_identity(
3145 categorical_column_a = fc.categorical_column_with_identity(
3147 categorical_column_b = fc.categorical_column_with_identity(
3192 categorical_column = fc.categorical_column_with_identity(
3237 categorical_column = fc.categorical_column_with_identity(
[all …]
Dsequence_feature_column_integration_test.py56 col = fc.categorical_column_with_identity('int_ctx', num_buckets=100)
154 fc.categorical_column_with_identity('int_ctx', num_buckets=100),
Dsequence_feature_column_test.py156 categorical_column_a = fc.categorical_column_with_identity(
253 categorical_column_a = fc.categorical_column_with_identity(
255 categorical_column_b = fc.categorical_column_with_identity(
347 categorical_column_a = fc.categorical_column_with_identity(
Dsequence_feature_column.py243 fc.categorical_column_with_identity(
Dfeature_column_v2.py1811 def categorical_column_with_identity(key, num_buckets, default_value=None): function
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.feature_column.pbtxt12 name: "categorical_column_with_identity"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.feature_column.pbtxt12 name: "categorical_column_with_identity"
/external/tensorflow/tensorflow/python/training/
Dwarm_starting_util_test.py532 sc_int = fc.categorical_column_with_identity("sc_int", num_buckets=10)
755 sc_int = fc.categorical_column_with_identity("sc_int", num_buckets=10)