Closed youkaichao closed 1 year ago
The name fast_conv_bn_eval is not representative. Rename to efficient_conv_bn_eval.
fast_conv_bn_eval
efficient_conv_bn_eval
Feature rename.
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.
Motivation
The name
fast_conv_bn_eval
is not representative. Rename toefficient_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.