forked from mindspore-Ecosystem/mindspore
!1726 Delete FusedBatchNorm and ReLUV2 in init.py as they are not open to the public
Merge pull request !1726 from zhangzheng/simple
This commit is contained in:
commit
75f791d8e5
|
@ -99,7 +99,6 @@ __all__ = [
|
|||
'Conv2D',
|
||||
'Flatten',
|
||||
'MaxPoolWithArgmax',
|
||||
'FusedBatchNorm',
|
||||
'BatchNorm',
|
||||
'MaxPool',
|
||||
'TopK',
|
||||
|
@ -149,7 +148,6 @@ __all__ = [
|
|||
'Split',
|
||||
'ReLU',
|
||||
'ReLU6',
|
||||
'ReLUV2',
|
||||
'Elu',
|
||||
'Erf',
|
||||
'Erfc',
|
||||
|
|
Loading…
Reference in New Issue