Searched refs:_crossed_column (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/python/feature_column/ |
D | feature_column_test.py | 920 fc._crossed_column([], 10) 925 fc._crossed_column(['a'], 10) 929 fc._crossed_column(['a', fc._numeric_column('c')], 10) 933 fc._crossed_column( 939 fc._crossed_column(['a', 'c'], -1) 944 fc._crossed_column(['a', 'c'], 0) 949 fc._crossed_column(['a', 'c'], None) 954 crossed1 = fc._crossed_column(['d1', 'd2'], 10) 956 crossed2 = fc._crossed_column([b, 'c', crossed1], 10) 963 crossed1 = fc._crossed_column(['d1', 'd2'], 10) [all …]
|
D | feature_column.py | 1550 def _crossed_column(keys, hash_bucket_size, hash_key=None): function
|