Home
last modified time | relevance | path

Searched refs:_categorical_column_with_identity (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/feature_column/
Dfeature_column_test.py2623 categorical_column = fc._categorical_column_with_identity(
2667 categorical_column = fc._categorical_column_with_identity(
2838 categorical_column_a = fc._categorical_column_with_identity(
2840 categorical_column_b = fc._categorical_column_with_identity(
2928 animal = fc._categorical_column_with_identity('animal', num_buckets=4)
3023 categorical_column_a = fc._categorical_column_with_identity(
3025 categorical_column_b = fc._categorical_column_with_identity(
3056 categorical_column_a = fc._categorical_column_with_identity(
3058 categorical_column_b = fc._categorical_column_with_identity(
4205 column = fc._categorical_column_with_identity(key='aaa', num_buckets=3)
[all …]
Dfeature_column_v2_test.py4518 fc_old._categorical_column_with_identity('animal', num_buckets=4))
4556 fc_old._categorical_column_with_identity('animal', num_buckets=4))
4663 categorical_column = fc_old._categorical_column_with_identity(
4883 categorical_column = fc_old._categorical_column_with_identity(
5295 categorical_column = fc_old._categorical_column_with_identity(
6018 categorical_column=fc_old._categorical_column_with_identity(
6321 categorical_column=fc_old._categorical_column_with_identity(
Dfeature_column.py1395 def _categorical_column_with_identity(key, num_buckets, default_value=None): function