Skip to content

Commit

Permalink
add brainpy.math.VariableStack
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoming0625 committed Feb 22, 2024
1 parent ad47ce8 commit 51eab01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions brainpy/math/oo_transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,7 @@
eval_shape as eval_shape,
)

from brainpy._src.math.object_transform.variables import (
VariableStack as VariableStack,
)

1 change: 1 addition & 0 deletions docs/apis/brainpy.math.oo_transform.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,5 @@ Helpers for Object-oriented Transformations
:template: classtemplate.rst

eval_shape
VariableStack

0 comments on commit 51eab01

Please sign in to comment.