File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed
Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 11``jax.experimental.sparse `` module
22==================================
33
4- .. note ::
5-
6- The methods in ``jax.experimental.sparse `` are experimental reference
7- implementations, and not recommended for use in performance-critical
8- applications.
9-
104.. automodule :: jax.experimental.sparse
115
126.. currentmodule :: jax.experimental.sparse
Original file line number Diff line number Diff line change 1515"""
1616.. currentmodule:: jax.experimental.sparse
1717
18+ .. note::
19+
20+ The methods in ``jax.experimental.sparse`` are experimental reference implementations,
21+ and not recommended for use in performance-critical applications. The submodule is no
22+ longer being actively developed, but the team will continue supporting existing features
23+ as best we can.
24+
1825The :mod:`jax.experimental.sparse` module includes experimental support for sparse matrix
19- operations in JAX. It is under active development, and the API is subject to change. The
20- primary interfaces made available are the :class:`BCOO` sparse array type, and the
21- :func:`sparsify` transform.
26+ operations in JAX. The primary interfaces made available are the :class:`BCOO` sparse array
27+ type, and the :func:`sparsify` transform.
28+
2229
2330Batched-coordinate (BCOO) sparse matrices
2431-----------------------------------------
You can’t perform that action at this time.
0 commit comments