Searched defs:crossed_column (Results 1 - 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/contrib/layers/python/layers/
H A Dfeature_column.py73 cross_dept_age_column = crossed_column(
1305 or crossed_column functions. Note that `combiner` defined in
1326 `sparse_column_with_*` or crossed_column functions. Note that `combiner`
1373 `sparse_column_with_*` or crossed_column functions. Note that `combiner`
2430 def crossed_column(columns, hash_bucket_size, combiner="sum", function
2573 feature_a_x_feature_c = crossed_column(
/external/tensorflow/tensorflow/python/feature_column/
H A Dfeature_column.py71 cross_dept_age_column = crossed_column(
359 keywords_price = crossed_column('keywords', price_buckets, ...)
472 crosses_a_x_b = crossed_column(
518 feature_a_x_feature_c = crossed_column(
934 `crossed_column`:
941 price_x_keywords = crossed_column([bucketized_price, 'keywords'], 50K)
1360 `categorical_column_with_*` or `crossed_column` functions.
1443 @tf_export('feature_column.crossed_column')
1444 def crossed_column(keys, hash_bucket_size, hash_key=None): function
1488 keywords_x_doc_terms = crossed_column(['keyword
[all...]

Completed in 158 milliseconds