Skip to content

Commit

Permalink
shhh clippy, thats ok
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Aug 25, 2023
1 parent f5901a9 commit f7ab279
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test-rt/suite-conv/src/conv_q.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ range : [-128, 127]
granularity: per-tensor
*/

#[allow(clippy::arc_with_non_send_sync)]
pub fn q_params(params: &QConvProblemParams, co: usize) -> BoxedStrategy<[Tensor; 6]> {
let a0 = if params.no_kernel_zero_point { Just(0i32).boxed() } else { (-10..10i32).boxed() };
(
Expand Down

0 comments on commit f7ab279

Please sign in to comment.