
    vh                        d Z ddlmZ d ZeZy)aN  Backwards compatibility shims for the deprecated host_callback APIs.

.. warning::
  The host_callback APIs are deprecated as of March 20, 2024.
  The functionality is subsumed by the
  `new JAX external callbacks <https://docs.jax.dev/en/latest/notebooks/external_callbacks.html>`_
  See https://github.com/jax-ml/jax/issues/20385.

    )annotationsc                     t        d      )Nzjax.experimental.host_callback has been deprecated since March 2024 and is now no longer supported. See https://github.com/jax-ml/jax/issues/20385)NotImplementedError)___s     Y/opt/face_recognition/venv/lib/python3.12/site-packages/jax/experimental/host_callback.pycallr	      s    7	     N)__doc__
__future__r   r	   id_tap r
   r   <module>r      s    # 
r
   