jax.export 模块#

jax.export 是一个用于导出和序列化 JAX 函数以进行持久存档的库。

请参阅 导出和序列化 文档。

#

Exported(fun_name, in_tree, in_avals, ...)

降低到 StableHLO 的 JAX 函数。

DisabledSafetyCheck(_impl)

在(反)序列化时应跳过的安全检查。

函数#

export(fun_jit, *[, platforms, ...])

导出 JAX 函数以进行持久序列化。

deserialize(blob)

反序列化 Exported 对象。

minimum_supported_calling_convention_version

int([x]) -> integer int(x, base=10) -> integer

maximum_supported_calling_convention_version

int([x]) -> integer int(x, base=10) -> integer

default_export_platform()

检索默认导出平台。

常量#

jax.export.minimum_supported_serialization_version#

最低支持的序列化版本;参见 调用约定版本

jax.export.maximum_supported_serialization_version#

最高支持的序列化版本;参见 调用约定版本