![]() |
Creates and returns a dictionary mapping names to custom objects.
tfl.premade.get_custom_objects(
custom_objects=None
)
Args | |
---|---|
custom_objects
|
Optional dictionary mapping names (strings) to custom classes or functions to be considered during deserialization. If provided, the returned mapping will be extended to contain this one. |
Returns | |
---|---|
A dictionary mapping names (strings) to tensorflow lattice custom objects. |