an high performance issue in prelu_op.h#L44
Created by: xiebaiyuan
this expression that on L44 of prelu_op.h :
(temp = numel / (dim[0] * dim[1]);)
can be moved out of for loop to improve performance
Created by: xiebaiyuan
this expression that on L44 of prelu_op.h :
(temp = numel / (dim[0] * dim[1]);)
can be moved out of for loop to improve performance