Skip to content

Commit

Permalink
Merge pull request #3796 from chiamp:graphnode
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 620320193
  • Loading branch information
Flax Authors committed Mar 29, 2024
2 parents 4671ddd + 1eb988d commit 514c111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flax/experimental/nnx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
from .nnx.filterlib import All as All
from .nnx.filterlib import Not as Not
from .nnx.graph_utils import GraphDef as GraphDef
from .nnx.graph_utils import GraphNode as GraphNode
from .nnx.helpers import Dict as Dict
from .nnx.helpers import List as List
from .nnx.helpers import TrainState as TrainState
from .nnx.module import GraphDef as GraphDef
from .nnx.module import M as M
from .nnx.module import Module as Module
from .nnx.graph_utils import merge as merge
Expand Down

0 comments on commit 514c111

Please sign in to comment.