Skip to content

Commit e18a62b

Browse files
committed
Add import octconv.
Add import octconv.
1 parent 71c1893 commit e18a62b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tensorlayer/layers/convolution/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
from .ternary_conv import *
2525
from .quan_conv import *
2626
from .quan_conv_bn import *
27+
from .oct_conv import *
2728

2829
__all__ = [
2930

0 commit comments

Comments
 (0)