Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/saving/
Dhdf5_format.py176 def convert_custom_objects(obj): function
190 deserialized.append(convert_custom_objects(value))
195 deserialized[key] = convert_custom_objects(value)
233 loss = convert_custom_objects(training_config['loss'])
234 metrics = convert_custom_objects(training_config['metrics'])
235 weighted_metrics = convert_custom_objects(