jax.export.deserialize#

jax.export.deserialize(blob)[source]#

Deserializes an Exported.

Parameters:

blob (bytearray) – a bytearray obtained from Exported.serialize.

Return type:

Exported