Skip to content

Commit b2f7dfa

Browse files
authored
Update __init__.py
1 parent 260aec2 commit b2f7dfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/e3tools/nn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from ._conv import Conv, ConvBlock, ExperimentalConv, SeparableConv
1+
from ._conv import Conv, ConvBlock, ExperimentalConv, SeparableConv, SeparableConvBlock
22
from ._gate import Gate, Gated, GateWrapper
33
from ._interaction import LinearSelfInteraction
44
from ._layer_norm import LayerNorm

0 commit comments

Comments
 (0)