leras : DepthwiseConv2D

This commit is contained in:
Colombo 2020-06-07 20:59:12 +04:00
commit cfd7803e0d
2 changed files with 111 additions and 0 deletions

View file

@ -3,6 +3,7 @@ from .LayerBase import *
from .Conv2D import *
from .Conv2DTranspose import *
from .DepthwiseConv2D import *
from .Dense import *
from .BlurPool import *