tf add unused TanhPolar

This commit is contained in:
iperov 2021-08-20 17:05:26 +04:00
commit 57f3393ec2
2 changed files with 106 additions and 1 deletions

View file

@ -13,4 +13,5 @@ from .FRNorm2D import *
from .TLU import *
from .ScaleAdd import *
from .DenseNorm import *
from .AdaIN import *
from .AdaIN import *
from .TanhPolar import *