mirror of
https://github.com/ROCm/jax.git
synced 2025-04-18 12:56:07 +00:00
doc: remove references to submodules that no longer exist
This commit is contained in:
parent
8c889b50c0
commit
671db54f44
@ -35,11 +35,13 @@ Only public JAX APIs are covered, which includes the following modules:
|
||||
* `jax.profiler`
|
||||
* `jax.random` (see [details below](#numerics-and-randomness))
|
||||
* `jax.scipy`
|
||||
* `jax.tree`
|
||||
* `jax.tree_util`
|
||||
* `jax.test_util`
|
||||
|
||||
Not everything in these modules is public. Over time, we are working to separate
|
||||
public and private APIs. Public APIs are documented in the JAX documentation.
|
||||
Not everything in these modules is intended to be public, and over time, we
|
||||
are working to separate public and private APIs. Public APIs are documented
|
||||
in the JAX documentation.
|
||||
Additionally, our goal is that all non-public APIs should have names
|
||||
prefixed with underscores, although we do not entirely comply with this yet.
|
||||
|
||||
@ -48,9 +50,7 @@ prefixed with underscores, although we do not entirely comply with this yet.
|
||||
* anything prefixed with an underscore.
|
||||
* `jax._src`
|
||||
* `jax.core`
|
||||
* `jax.linear_util`
|
||||
* `jax.lib`
|
||||
* `jax.prng`
|
||||
* `jax.interpreters`
|
||||
* `jax.experimental`
|
||||
* `jax.example_libraries`
|
||||
|
Loading…
x
Reference in New Issue
Block a user