Searched refs:value_dict (Results 1 – 6 of 6) sorted by relevance
336 value_dict = json.loads(compat.as_text(encoded_accumulator))338 np.array(value_dict[_COUNT_NAME]), np.array(value_dict[_MEAN_NAME]),339 np.array(value_dict[_VARIANCE_NAME]))
343 value_dict = json.loads(compat.as_text(encoded_accumulator))344 return self._create_accumulator(np.array(value_dict[_BINS_NAME]))
130 def add_config_values(self, value_dict): argument137 self._config_file_values.update(value_dict)
504 value_dict = field_dict[item]505 if 'value' in value_dict:506 result = value_dict['value']507 elif 'values' in value_dict:508 values = value_dict['values']511 if ('type' in value_dict and512 value_dict['type'] == 'list_of_scalar_values' and519 units = value_dict['units']
66 const base::DictionaryValue* value_dict = nullptr; in ExtractNameFromDictionary() local68 if (value->GetAsDictionary(&value_dict)) { in ExtractNameFromDictionary()69 value_dict->Get("name", &name_value); in ExtractNameFromDictionary()
422 for name, value_dict in six.iteritems(encoded_message):425 value = PyValueToMessage(field_type, value_dict)