/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.feature_column.pbtxt | 9 …argspec: "args=[\'key\', \'hash_bucket_size\', \'dtype\'], varargs=None, keywords=None, defaults=[… 25 …argspec: "args=[\'keys\', \'hash_bucket_size\', \'hash_key\'], varargs=None, keywords=None, defaul… 45 …argspec: "args=[\'key\', \'hash_bucket_size\', \'dtype\'], varargs=None, keywords=None, defaults=[…
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.feature_column.pbtxt | 9 …argspec: "args=[\'key\', \'hash_bucket_size\', \'dtype\'], varargs=None, keywords=None, defaults=[… 25 …argspec: "args=[\'keys\', \'hash_bucket_size\', \'hash_key\'], varargs=None, keywords=None, defaul… 53 …argspec: "args=[\'key\', \'hash_bucket_size\', \'dtype\'], varargs=None, keywords=None, defaults=[…
|
/external/tensorflow/tensorflow/python/feature_column/ |
D | sequence_feature_column.py | 256 key, hash_bucket_size, dtype=dtypes.string): argument 296 hash_bucket_size=hash_bucket_size,
|
D | feature_column.py | 1101 hash_bucket_size, argument 1144 if hash_bucket_size is None: 1147 if hash_bucket_size < 1: 1150 hash_bucket_size, key)) 1155 return _HashedCategoricalColumn(key, hash_bucket_size, dtype) 1566 def _crossed_column(keys, hash_bucket_size, hash_key=None): argument 1670 if not hash_bucket_size or hash_bucket_size < 1: 1672 'hash_bucket_size: {}'.format(hash_bucket_size)) 1689 keys=tuple(keys), hash_bucket_size=hash_bucket_size, 2779 sparse_values, self.hash_bucket_size, name='lookup') [all …]
|
D | serialization_test.py | 151 key='c', hash_bucket_size=3))] 171 ab = fc.crossed_column([a, b], hash_bucket_size=2) 251 key='c', hash_bucket_size=3)]
|
D | feature_column_v2.py | 1483 hash_bucket_size, argument 1526 if hash_bucket_size is None: 1529 if hash_bucket_size < 1: 1532 hash_bucket_size, key)) 1537 return HashedCategoricalColumn(key, hash_bucket_size, dtype) 2056 def crossed_column(keys, hash_bucket_size, hash_key=None): argument 2160 if not hash_bucket_size or hash_bucket_size < 1: 2162 'hash_bucket_size: {}'.format(hash_bucket_size)) 2180 keys=tuple(keys), hash_bucket_size=hash_bucket_size, hash_key=hash_key) 3631 sparse_values, self.hash_bucket_size, name='lookup') [all …]
|
D | feature_column_v2_test.py | 520 a = fc.categorical_column_with_hash_bucket('aaa', hash_bucket_size=10) 892 self.assertEqual(10, a.hash_bucket_size) 923 self.assertEqual(10, column.hash_bucket_size) 1238 self.assertEqual(15, crossed2_copy.hash_bucket_size) 1275 hash_bucket_size = 10 1277 hash_bucket_size) 1293 self.assertIn(val, list(range(hash_bucket_size))) 1343 crossed = fc.crossed_column([b, 'c'], hash_bucket_size=5, hash_key=5) 1376 crossed = fc.crossed_column([b, 'c'], hash_bucket_size=5, hash_key=5) 1439 crossed = fc.crossed_column([t, 'c'], hash_bucket_size=5, hash_key=5) [all …]
|
D | sequence_feature_column_integration_test.py | 69 'bytes_list', hash_bucket_size=100)
|
D | feature_column_test.py | 389 a = fc._categorical_column_with_hash_bucket('aaa', hash_bucket_size=10) 679 self.assertEqual(10, a.hash_bucket_size) 706 self.assertEqual(10, column.hash_bucket_size) 1008 self.assertEqual(15, crossed2_copy.hash_bucket_size) 1042 hash_bucket_size = 10 1044 hash_bucket_size) 1059 self.assertIn(val, list(range(hash_bucket_size))) 1107 crossed = fc._crossed_column([b, 'c'], hash_bucket_size=5, hash_key=5) 1138 crossed = fc._crossed_column([b, 'c'], hash_bucket_size=5, hash_key=5) 1192 crossed = fc._crossed_column([t, 'c'], hash_bucket_size=5, hash_key=5) [all …]
|
D | dense_features_v2_test.py | 378 'sparse_feature', hash_bucket_size=5)
|
D | dense_features_test.py | 431 'sparse_feature', hash_bucket_size=5)
|
D | sequence_feature_column_test.py | 831 'aaa', hash_bucket_size=10)
|
/external/tensorflow/tensorflow/python/training/ |
D | warm_starting_util_test.py | 565 "sc_hash", hash_bucket_size=15) 759 "sc_hash", hash_bucket_size=15) 766 cross = fc.crossed_column([sc_keys, sc_vocab], hash_bucket_size=20) 852 "sc_hash", hash_bucket_size=15) 920 "sc_hash", hash_bucket_size=15) 979 "sc_hash", hash_bucket_size=15)
|
/external/tensorflow/tensorflow/python/tpu/ |
D | feature_column_test.py | 65 key='aaa', hash_bucket_size=3)
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | feature_columns_integration_test.py | 113 hash_bucket_size=1000)
|