MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / deserialize

Function deserialize

tensorflow/python/keras/losses.py:1152–1157  ·  view source on GitHub ↗
(name, custom_objects=None)

Source from the content-addressed store, hash-verified

1150
1151@keras_export('keras.losses.deserialize')
1152def deserialize(name, custom_objects=None):
1153 return deserialize_keras_object(
1154 name,
1155 module_objects=globals(),
1156 custom_objects=custom_objects,
1157 printable_module_name='loss function')
1158
1159
1160@keras_export('keras.losses.get')

Callers 1

getFunction · 0.70

Calls 1

deserialize_keras_objectFunction · 0.90

Tested by

no test coverage detected