jax.export.deserialize# jax.export.deserialize(blob)[source]# Deserializes an Exported. Parameters: blob (bytearray) – a bytearray obtained from jax.export.Exported.serialize(). Return type: Exported