Searched refs:cls_config (Results 1 – 2 of 2) sorted by relevance
128 def serialize_keras_class_and_config(cls_name, cls_config): argument130 return {'class_name': cls_name, 'config': cls_config}180 (cls, cls_config) = class_and_config_for_serialized_keras_object(189 cls_config,194 return cls.from_config(cls_config)201 return cls(**cls_config)
4630 (cls, cls_config) = utils.class_and_config_for_serialized_keras_object(4642 cls_config,