open-mmlab / mmcv

OpenMMLab Computer Vision Foundation
https://mmcv.readthedocs.io/en/latest/
Apache License 2.0
5.92k stars 1.66k forks source link

rename fast_conv_bn_eval to efficient_conv_bn_eval #2884

Closed youkaichao closed 1 year ago

youkaichao commented 1 year ago

Motivation

The name fast_conv_bn_eval is not representative. Rename to efficient_conv_bn_eval.

Modification

Feature rename.

BC-breaking (Optional)

Code using MMCV 2.0.1 and the fast_conv_bn_eval feature will break. However, since this is a new feature, I guess no one used it now.