clear _op_impl/_custom_op/__init__.py

pull/1739/head
王东旭 5 years ago
parent 3c915b9da1
commit 46d8c6e7f8

@ -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"""
Loading…
Cancel
Save