Skip to content

Commit

Permalink
rm some waste code test=develop
Browse files Browse the repository at this point in the history
  • Loading branch information
daming5432 committed Mar 1, 2021
1 parent 3be4f79 commit 8fd713c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lite/backends/opencl/cl_kernel/image/conv2d_7x7_kernel.cl
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,6 @@ CL_DTYPE4 alpha0;
//}
#endif
output = activation_type4(output, alpha0);
#else
output = activation_type4(output);
#endif

#ifdef SCALE_ACTIVATION
output = fuse_scale(output, 1.f, 0.f, 0.f);
Expand Down

0 comments on commit 8fd713c

Please sign in to comment.