Searched refs:weight_feature_key (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/python/feature_column/ |
D | feature_column_v2.py | 1915 weight_feature_key, argument 1985 weight_feature_key=weight_feature_key, 3874 self.categorical_column.name, self.weight_feature_key) 3880 if self.weight_feature_key in config: 3882 config[self.weight_feature_key], self.weight_feature_key)) 3883 config[self.weight_feature_key] = parsing_ops.VarLenFeature(self.dtype) 3891 if self.weight_feature_key in config: 3893 config[self.weight_feature_key], self.weight_feature_key)) 3894 config[self.weight_feature_key] = parsing_ops.VarLenFeature(self.dtype) 3910 raise ValueError('Missing weights {}.'.format(self.weight_feature_key)) [all …]
|
D | feature_column.py | 1476 weight_feature_key, argument 1546 weight_feature_key=weight_feature_key, 2876 self.categorical_column.name, self.weight_feature_key) 2881 if self.weight_feature_key in config: 2883 config[self.weight_feature_key], self.weight_feature_key)) 2884 config[self.weight_feature_key] = parsing_ops.VarLenFeature(self.dtype) 2892 weight_tensor = inputs.get(self.weight_feature_key) 2894 raise ValueError('Missing weights {}.'.format(self.weight_feature_key))
|
D | feature_column_test.py | 5655 categorical_column_a, weight_feature_key='aaa_weights') 5659 categorical_column_b, weight_feature_key='bbb_weights') 6187 weight_feature_key='values') 6202 weight_feature_key='values') 6216 weight_feature_key='values', 6224 weight_feature_key='values', 6231 weight_feature_key='values') 6244 weight_feature_key='aaa')._parse_example_spec() 6250 weight_feature_key='values') 6264 a, weight_feature_key='weights') [all …]
|
D | feature_column_v2_test.py | 7394 categorical_column_a, weight_feature_key='aaa_weights') 7398 categorical_column_b, weight_feature_key='bbb_weights') 7858 weight_feature_key='values') 7871 weight_feature_key='values') 7880 weight_feature_key='values') 7894 weight_feature_key='values', 7902 weight_feature_key='values', 7909 weight_feature_key='values') 7925 weight_feature_key='aaa').parse_example_spec() 7931 weight_feature_key='values') [all …]
|
/external/tensorflow/tensorflow/python/tpu/ |
D | feature_column.py | 259 return self.categorical_column.weight_feature_key 357 return self.categorical_column.weight_feature_key
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.feature_column.pbtxt | 69 …argspec: "args=[\'categorical_column\', \'weight_feature_key\', \'dtype\'], varargs=None, keywords…
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.feature_column.pbtxt | 77 …argspec: "args=[\'categorical_column\', \'weight_feature_key\', \'dtype\'], varargs=None, keywords…
|
/external/tensorflow/tensorflow/contrib/boosted_trees/estimator_batch/ |
D | estimator_test.py | 625 weight_feature_key="weight")
|