From 46d8c6e7f834ec6cac145ee8ab49e452f3214112 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E4=B8=9C=E6=97=AD?= Date: Mon, 1 Jun 2020 09:52:15 +0800 Subject: [PATCH] clear _op_impl/_custom_op/__init__.py --- mindspore/ops/_op_impl/_custom_op/__init__.py | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/mindspore/ops/_op_impl/_custom_op/__init__.py b/mindspore/ops/_op_impl/_custom_op/__init__.py index d111761cd8..24fccccf27 100644 --- a/mindspore/ops/_op_impl/_custom_op/__init__.py +++ b/mindspore/ops/_op_impl/_custom_op/__init__.py @@ -13,14 +13,4 @@ # limitations under the License. # ============================================================================ -"""custom ops""" -from .batchnorm_fold import _batchnorm_fold_tbe -from .batchnorm_fold_grad import _batchnorm_fold_grad_tbe -from .batchnorm_fold2 import _batchnorm_fold2_tbe -from .batchnorm_fold2_grad import _batchnorm_fold2_grad_tbe -from .batchnorm_fold2_grad_reduce import _batchnorm_fold2_grad_reduce_tbe -from .correction_mul import _correction_mul_tbe -from .correction_mul_grad import _correction_mul_grad_tbe -from .fake_quant_with_min_max import _fake_quant_tbe -from .fake_quant_with_min_max_grad import _fake_quant_grad_tbe -from .fake_quant_with_min_max_update import _fake_quant_update5d_tbe +"""custom ops""" \ No newline at end of file