Searched refs:feature_to_gradient_dict (Results 1 – 2 of 2) sorted by relevance
48 feature_to_gradient_dict = collections.OrderedDict(50 return feature_to_gradient_dict143 feature_to_gradient_dict = collections.OrderedDict()166 feature_to_gradient_dict[feature] = gradient173 feature_to_gradient_dict[feature] = array_ops.zeros(176 feature_to_gradient_dict[feature] = array_ops.zeros(179 return feature_to_gradient_dict
1880 def generate_send_gradients_op(self, feature_to_gradient_dict, step=None): argument1906 gradient = feature_to_gradient_dict[feature]