mirror of
https://github.com/ROCm/jax.git
synced 2025-04-24 21:46:05 +00:00

An upcoming change will move and rename these functions, and it's not clear they should have been public in the first place. PiperOrigin-RevId: 404051961
41 lines
684 B
ReStructuredText
41 lines
684 B
ReStructuredText
jax.lib package
|
|
===============
|
|
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
|
|
CpuDevice
|
|
GpuDevice
|
|
TpuDevice
|