Browse Source

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

tags/v0.5.0-beta
zhangz0911gm 6 years ago
parent
commit
6268e2c0de
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      mindspore/ops/operations/__init__.py

+ 0
- 2
mindspore/ops/operations/__init__.py View File

@@ -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