Delete FusedBatchNorm and ReLUV2 in init.py as they are not open to the public

pull/1726/head
zhangz0911gm 5 years ago
parent e1eb52738b
commit 6268e2c0de

@ -96,7 +96,6 @@ __all__ = [
'Conv2D',
'Flatten',
'MaxPoolWithArgmax',
'FusedBatchNorm',
'BatchNorm',
'MaxPool',
'TopK',
@ -146,7 +145,6 @@ __all__ = [
'Split',
'ReLU',
'ReLU6',
'ReLUV2',
'Elu',
'Erf',
'Erfc',

Loading…
Cancel
Save