Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hust17yixuan committed Aug 23, 2024
1 parent bd49ddb commit 4091e79
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion mmcv/ops/csrc/pytorch/npu/bbox_overlaps_npu.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "pytorch_npu_helper.hpp"
#include "common_util.h"
#include "pytorch_npu_helper.hpp"

using namespace NPU_NAME_SPACE;
using namespace std;
Expand Down
2 changes: 1 addition & 1 deletion mmcv/ops/csrc/pytorch/npu/fused_bias_leakyrelu_npu.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "pytorch_npu_helper.hpp"
#include "common_util.h"
#include "pytorch_npu_helper.hpp"

using namespace NPU_NAME_SPACE;
using namespace std;
Expand Down
3 changes: 2 additions & 1 deletion mmcv/ops/csrc/pytorch/npu/nms_npu.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include "pytorch_npu_helper.hpp"
#include "common_util.h"
#include "pytorch_npu_helper.hpp"


using namespace NPU_NAME_SPACE;
using namespace std;
Expand Down
2 changes: 1 addition & 1 deletion mmcv/ops/csrc/pytorch/npu/nms_rotated_npu.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "pytorch_npu_helper.hpp"
#include "common_util.h"
#include "pytorch_npu_helper.hpp"

using namespace NPU_NAME_SPACE;

Expand Down
2 changes: 1 addition & 1 deletion mmcv/ops/csrc/pytorch/npu/roi_align_npu.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "pytorch_npu_helper.hpp"
#include "common_util.h"
#include "pytorch_npu_helper.hpp"

using namespace NPU_NAME_SPACE;
using namespace std;
Expand Down
2 changes: 1 addition & 1 deletion mmcv/ops/csrc/pytorch/npu/roi_align_rotated_npu.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "pytorch_npu_helper.hpp"
#include "common_util.h"
#include "pytorch_npu_helper.hpp"

using namespace NPU_NAME_SPACE;
using namespace std;
Expand Down
2 changes: 1 addition & 1 deletion mmcv/ops/csrc/pytorch/npu/roipoint_pool3d_forward.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "pytorch_npu_helper.hpp"
#include "common_util.h"
#include "pytorch_npu_helper.hpp"

using namespace NPU_NAME_SPACE;
using namespace std;
Expand Down

0 comments on commit 4091e79

Please sign in to comment.