Home
last modified time | relevance | path

Searched refs:object_dict (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/python/keras/saving/saved_model/
Dserialized_attributes.py205 def set_and_validate_objects(self, object_dict): argument
208 if key in object_dict:
209 if not isinstance(object_dict[key], trackable.Trackable):
212 ' {})'.format(object_dict[key], key))
213 self._object_dict[key] = object_dict[key]
214 setattr(self._keras_trackable, key, object_dict[key])
Dlayer_serialization.py93 object_dict, function_dict = self._get_serialized_attributes_internal(
96 serialized_attr.set_and_validate_objects(object_dict)
/external/selinux/python/semanage/
Dsemanage130 object_dict = {
187 OBJECT = object_dict['login'](args)
320 OBJECT = object_dict['fcontext'](args)
388 OBJECT = object_dict['user'](args)
438 OBJECT = object_dict['port'](args)
483 OBJECT = object_dict['ibpkey'](args)
526 OBJECT = object_dict['ibendport'](args)
569 OBJECT = object_dict['interface'](args)
649 OBJECT = object_dict['node'](args)
695 OBJECT = object_dict['boolean'](args)
[all …]
/external/llvm-project/lldb/examples/python/
Dbsd.py187 object_dict = symdef_dict[offset]
189 object_dict = {
193 symdef_dict[offset] = object_dict
194 object_dict['symdefs'].append(name)
381 for object_dict in object_dicts:
382 object_dict['object'].dump(flat=False)
384 for name in object_dict['symdefs']:
/external/autotest/frontend/afe/
Dmodel_logic.py873 object_dict = dict((field_name, getattr(self, field_name))
875 self.clean_object_dicts([object_dict])
876 self._postprocess_object_dict(object_dict)
877 return object_dict
880 def _postprocess_object_dict(self, object_dict): argument
Dmodels.py2117 def _postprocess_object_dict(self, object_dict): argument
2118 object_dict['full_status'] = self.full_status()