Skip to content

Commit

Permalink
[nnx] add Using Filters guide
Browse files Browse the repository at this point in the history
  • Loading branch information
cgarciae committed Jun 28, 2024
1 parent f610e6c commit 0aa5fe6
Show file tree
Hide file tree
Showing 7 changed files with 702 additions and 5 deletions.
16 changes: 16 additions & 0 deletions docs/api_reference/flax.nnx/filterlib.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
filterlib
------------------------

.. automodule:: flax.nnx
.. currentmodule:: flax.nnx


.. autofunction:: flax.nnx.filterlib.to_predicate
.. autoclass:: WithTag
.. autoclass:: PathContains
.. autoclass:: OfType
.. autoclass:: Any
.. autoclass:: All
.. autoclass:: Not
.. autoclass:: Everything
.. autoclass:: Nothing
1 change: 1 addition & 0 deletions docs/api_reference/flax.nnx/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ Experimental API. See the `NNX page <https://flax.readthedocs.io/en/latest/nnx/i
variables
helpers
visualization
filterlib

Loading

0 comments on commit 0aa5fe6

Please sign in to comment.