From 6268e2c0dec7b9dc055dbc9eaacf9a082a0aff25 Mon Sep 17 00:00:00 2001 From: zhangz0911gm Date: Sat, 30 May 2020 04:48:15 -0400 Subject: [PATCH] Delete FusedBatchNorm and ReLUV2 in init.py as they are not open to the public --- mindspore/ops/operations/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/mindspore/ops/operations/__init__.py b/mindspore/ops/operations/__init__.py index 71c11f492d..8c44dfbe83 100644 --- a/mindspore/ops/operations/__init__.py +++ b/mindspore/ops/operations/__init__.py @@ -96,7 +96,6 @@ __all__ = [ 'Conv2D', 'Flatten', 'MaxPoolWithArgmax', - 'FusedBatchNorm', 'BatchNorm', 'MaxPool', 'TopK', @@ -146,7 +145,6 @@ __all__ = [ 'Split', 'ReLU', 'ReLU6', - 'ReLUV2', 'Elu', 'Erf', 'Erfc',