Skip to content

Commit 0ef057f

Browse files
Removed linter errors
Signed-off-by: [email protected] <[email protected]>
1 parent 33e7495 commit 0ef057f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

backends/cadence/fusion_g3/operators/op_cat.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ Tensor& cat_out(
3434
exec_aten::ArrayRef<Tensor> tensors,
3535
int64_t dim,
3636
Tensor& out) {
37-
3837
if (dim < 0) {
3938
dim += out.dim();
4039
}

backends/cadence/fusion_g3/operators/op_quantize.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,6 @@ Tensor& quantize_per_tensor_out(
565565
int64_t quant_max,
566566
ScalarType dtype,
567567
Tensor& out) {
568-
569568
torch::executor::Error err = resize_tensor(out, input.sizes());
570569
ET_CHECK_MSG(
571570
err == torch::executor::Error::Ok,

0 commit comments

Comments
 (0)