Should Init parameters rather than calculate them every time.
Created by: zhangyang0701
In batchnorm_arm_func.h The parameters new_scale and new_bias are calculated everytime this function is called. This is wrong. These two parameters should be added into class BatchNormParam as member veriables and initiated only once.