diff --git a/core/src/ops/cnn/conv/depth_wise.rs b/core/src/ops/cnn/conv/depth_wise.rs index e599ef7b2f..3bfcb9970c 100644 --- a/core/src/ops/cnn/conv/depth_wise.rs +++ b/core/src/ops/cnn/conv/depth_wise.rs @@ -264,6 +264,7 @@ macro_rules! impl_eval { } #[inline(never)] + #[allow(clippy::too_many_arguments)] $(#[$meta])* unsafe fn []( iptr: *const T,