From 7ed65c89a417b4277bdb44385ade8ff42f84d699 Mon Sep 17 00:00:00 2001 From: George Necula Date: Tue, 22 Oct 2024 09:11:56 +0200 Subject: [PATCH] [docs] Added two new APIs to the export API docs --- docs/jax.export.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/jax.export.rst b/docs/jax.export.rst index d458b6c64e8e..2095758dd3b3 100644 --- a/docs/jax.export.rst +++ b/docs/jax.export.rst @@ -28,6 +28,8 @@ Functions minimum_supported_calling_convention_version maximum_supported_calling_convention_version default_export_platform + register_pytree_node_serialization + register_namedtuple_serialization Functions related to shape polymorphism ---------------------------------------