Home | History | Annotate | Download | only in feature_column

Lines Matching refs:hash_key

860     crossed2 = fc.crossed_column([b, 'c', crossed1], 15, hash_key=5)
864 self.assertEqual(5, crossed2_copy.hash_key)
919 crossed2 = fc.crossed_column([b, 'c', crossed1], 15, hash_key=5)
959 crossed = fc.crossed_column([b, 'c'], hash_bucket_size=5, hash_key=5)
989 crossed = fc.crossed_column([b, 'c'], hash_bucket_size=5, hash_key=5)
1043 crossed = fc.crossed_column([t, 'c'], hash_bucket_size=5, hash_key=5)