https://github.com/google/jax
Raw File
Tip revision: 838bc454895ed2086563301936fb0d6d852fd198 authored by jax authors on 25 January 2023, 01:48:19 UTC
Merge pull request #14148 from skye:version
Tip revision: 838bc45
jax.lib.rst
``jax.lib`` module
==================
The `jax.lib` package is a set of internal tools and types for bridging between
JAX's Python frontend and its XLA backend.

jax.lib.xla_bridge
------------------

.. currentmodule:: jax.lib.xla_bridge

.. autosummary::
  :toctree: _autosummary

  default_backend
  device_count
  get_backend
  get_compile_options
  local_device_count
  process_index

jax.lib.xla_client
------------------

.. currentmodule:: jaxlib.xla_client

.. autosummary::
   :toctree: _autosummary

jax.lib.xla_extension
---------------------

.. currentmodule:: jaxlib.xla_extension

.. autosummary::
   :toctree: _autosummary

   Device
back to top