mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 03:46:06 +00:00
Add jax.test_util to public API docs
This commit is contained in:
parent
1d016962c5
commit
458f6a6efe
@ -25,6 +25,7 @@ Subpackages
|
||||
jax.ops
|
||||
jax.profiler
|
||||
jax.stages
|
||||
jax.test_util
|
||||
jax.tree
|
||||
jax.tree_util
|
||||
jax.typing
|
||||
|
16
docs/jax.test_util.rst
Normal file
16
docs/jax.test_util.rst
Normal file
@ -0,0 +1,16 @@
|
||||
``jax.test_util`` module
|
||||
===================
|
||||
|
||||
.. currentmodule:: jax.test_util
|
||||
|
||||
.. automodule:: jax.test_util
|
||||
|
||||
List of Functions
|
||||
-----------------
|
||||
|
||||
.. autosummary::
|
||||
:toctree: _autosummary
|
||||
|
||||
check_grads
|
||||
check_jvp
|
||||
check_vjp
|
Loading…
x
Reference in New Issue
Block a user