From 2d7e4d470c5e5e12e1d916e53d3d551100674a43 Mon Sep 17 00:00:00 2001 From: zhaoyang-star Date: Thu, 24 Sep 2020 16:26:43 +0800 Subject: [PATCH] rm redundant time-profile func. test=develop (#4414) --- lite/kernels/arm/conv_depthwise.cc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lite/kernels/arm/conv_depthwise.cc b/lite/kernels/arm/conv_depthwise.cc index e34da16acd..c5b43a31a0 100644 --- a/lite/kernels/arm/conv_depthwise.cc +++ b/lite/kernels/arm/conv_depthwise.cc @@ -402,14 +402,6 @@ void DepthwiseConv::Run() { w_scale_.data()); } -#ifdef LITE_WITH_PROFILE -template <> -void DepthwiseConv:: - SetProfileRuntimeKernelInfo(paddle::lite::profile::OpCharacter* ch) { - ch->kernel_func_name = kernel_func_name_; -} -#endif - } // namespace arm } // namespace kernels } // namespace lite -- GitLab