Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/feature_column/
Dfeature_column_test.py1718 categorical_column = fc.categorical_column_with_identity(key='a',
1761 categorical_column = fc.categorical_column_with_identity(key='a',
1969 animal = fc.categorical_column_with_identity('animal', num_buckets=4)
3089 column = fc.categorical_column_with_identity(key='aaa', num_buckets=3)
3099 original = fc.categorical_column_with_identity(key='aaa', num_buckets=3)
3109 fc.categorical_column_with_identity(key='aaa', num_buckets=0)
3113 fc.categorical_column_with_identity(key='aaa', num_buckets=-1)
3117 fc.categorical_column_with_identity(
3122 fc.categorical_column_with_identity(
3126 column = fc.categorical_column_with_identity(key='aaa', num_buckets=3)
[all …]
Dfeature_column.py1272 def categorical_column_with_identity(key, num_buckets, default_value=None): function
/external/tensorflow/tensorflow/tools/api/golden/
Dtensorflow.feature_column.pbtxt12 name: "categorical_column_with_identity"
/external/tensorflow/tensorflow/examples/learn/
Dtext_classification.py64 bow_column = tf.feature_column.categorical_column_with_identity(
/external/tensorflow/tensorflow/docs_src/get_started/
Dfeature_columns.md181 <img style="width:100%" src="../images/feature_columns/categorical_column_with_identity.jpg">
197 Call @{tf.feature_column.categorical_column_with_identity} to implement a
203 identity_feature_column = tf.feature_column.categorical_column_with_identity(
436 <img style="width:100%" src="../images/feature_columns/categorical_column_with_identity.jpg">
/external/tensorflow/tensorflow/python/estimator/
Dwarm_starting_util_test.py310 sc_int = fc.categorical_column_with_identity("sc_int", num_buckets=10)
540 sc_int = fc.categorical_column_with_identity("sc_int", num_buckets=10)