This commit is contained in:
iperov 2021-09-29 16:41:43 +04:00
commit 33ff0be722
2 changed files with 10 additions and 4 deletions

View file

@ -8,6 +8,7 @@ from .Dense import *
from .BlurPool import *
from .BatchNorm2D import *
from .InstanceNorm2D import *
from .FRNorm2D import *
from .TLU import *