HomeSort by relevance Sort by last modified time
    Searched refs:dict_value (Results 1 - 6 of 6) sorted by null

  /external/tensorflow/tensorflow/python/saved_model/
nested_structure_coder.py 189 def do_encode(self, dict_value, encode_fn):
191 encoded_dict.dict_value.CopyFrom(struct_pb2.DictValue())
192 for key, value in dict_value.items():
193 encoded_dict.dict_value.fields[key].CopyFrom(encode_fn(value))
197 return value.HasField("dict_value")
200 return {key: decode_fn(val) for key, val in value.dict_value.fields.items()}
nested_structure_coder_test.py 68 expected.dict_value.fields["a"].int64_value = 3
69 list_value = expected.dict_value.fields["b"].list_value
140 expected.list_value.values.add().dict_value.CopyFrom(struct_pb2.DictValue())
  /external/ppp/pppd/plugins/radius/
radiusclient.h 311 typedef struct dict_value struct
316 struct dict_value *next;
317 } DICT_VALUE;
432 DICT_VALUE *rc_dict_findval __P((char *));
433 DICT_VALUE * rc_dict_getval __P((UINT4, char *));
  /external/libbrillo/policy/
device_policy_impl.cc 116 bool DecodeWeeklyTimeFromValue(const base::DictionaryValue& dict_value,
120 if (!dict_value.GetString("day_of_week", &day_of_week_str)) {
131 if (!dict_value.GetInteger("hours", &hours) || hours < 0 || hours > 23) {
137 if (!dict_value.GetInteger("minutes", &minutes) || minutes < 0 ||
  /external/protobuf/python/google/protobuf/internal/
message_test.py     [all...]
  /external/libchrome/base/
values_unittest.cc 1634 DictionaryValue dict_value; local
    [all...]

Completed in 1762 milliseconds