Searched refs:_crossed_column (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/python/feature_column/ |
D | feature_column_test.py | 900 fc._crossed_column([], 10) 905 fc._crossed_column(['a'], 10) 909 fc._crossed_column(['a', fc._numeric_column('c')], 10) 913 fc._crossed_column( 918 fc._crossed_column(['a', 'c'], -1) 922 fc._crossed_column(['a', 'c'], 0) 926 fc._crossed_column(['a', 'c'], None) 931 crossed1 = fc._crossed_column(['d1', 'd2'], 10) 933 crossed2 = fc._crossed_column([b, 'c', crossed1], 10) 940 crossed1 = fc._crossed_column(['d1', 'd2'], 10) [all …]
|
D | feature_column.py | 1571 def _crossed_column(keys, hash_bucket_size, hash_key=None): function
|