Skip to content

Commit c964d27

Browse files
resolved linter errors
1 parent dd1d629 commit c964d27

File tree

7 files changed

+1188
-1219
lines changed

7 files changed

+1188
-1219
lines changed

backends/cadence/fusion_g3/operators/op_cat.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Tensor& cat_out(
4848
}
4949

5050
int kTensorDimensionLimit = executorch::runtime::kTensorDimensionLimit;
51-
51+
5252
#ifdef OP_ARG_CHECK
5353
ET_KERNEL_CHECK(
5454
ctx,
@@ -82,7 +82,6 @@ Tensor& cat_out(
8282
return out;
8383
}
8484

85-
8685
const signed char* inp_tensors[tensors.size()];
8786
const int* inp_tensors_shapes[tensors.size()];
8887

0 commit comments

Comments
 (0)