mirror of
https://github.com/ROCm/jax.git
synced 2025-04-18 04:46:06 +00:00

Reorder the doc modules into something closer to alphabetical order. Add missing functions from jax.scipy.linalg and jax.scipy.signal to the docs.
12 lines
170 B
ReStructuredText
12 lines
170 B
ReStructuredText
jax.dlpack module
|
|
=================
|
|
|
|
.. currentmodule:: jax.dlpack
|
|
|
|
.. automodule:: jax.dlpack
|
|
|
|
.. autosummary::
|
|
:toctree: _autosummary
|
|
|
|
from_dlpack
|
|
to_dlpack |