Created by: mapingshuo
I got the below error when compiling the source code:
Paddle-Lite/lite/kernels/arm/deformable_conv_compute.h:59:5: error: 'impl_' was not declared in this scope
impl_->SetProfileRuntimeKernelInfo(ch);
^
<built-in>: In function 'float abs(float)':
<built-in>: warning: conflicts with previous declaration here [-Wattributes]
The below command will reproduce this error:
build.sh --arm_os=android --arm_abi=armv7 --arm_lang=gcc --android_stl=c++_static --build_extra=ON --with_log=ON --with_profile=ON \
full_publish
This PR try to fix this error.