jaxbind.misc module#

load_kwargs(kwargs_dump, /)[source]#

Deserialize keyword arguments

Parameters:

kwargs_dump (numpy.ndarray) – Keyword arguments serialized by JAXbind.

Returns:

dict

Return type:

Dictionary containing the keyword arguments.

Notes

  • The usage of load_kwargs is easiest to understand by looking at the demos.