Skip to content

Commit

Permalink
Clean up headers
Browse files Browse the repository at this point in the history
  • Loading branch information
qqaatw committed Jul 10, 2023
1 parent fad54f6 commit 66a00fc
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 15 deletions.
3 changes: 0 additions & 3 deletions torchvision/csrc/ops/mps/nms_kernel.mm
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
#include <ATen/native/mps/OperationUtils.h>
#include "mps_kernels.h"

#include <cmath>
#include <iostream>

namespace vision {
namespace ops {

Expand Down
3 changes: 0 additions & 3 deletions torchvision/csrc/ops/mps/ps_roi_align_kernel.mm
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
#include "mps_helpers.h"
#include "mps_kernels.h"

#include <cmath>
#include <iostream>

namespace vision {
namespace ops {

Expand Down
3 changes: 0 additions & 3 deletions torchvision/csrc/ops/mps/ps_roi_pool_kernel.mm
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
#include "mps_helpers.h"
#include "mps_kernels.h"

#include <cmath>
#include <iostream>

namespace vision {
namespace ops {

Expand Down
3 changes: 0 additions & 3 deletions torchvision/csrc/ops/mps/roi_align_kernel.mm
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
#include "mps_helpers.h"
#include "mps_kernels.h"

#include <cmath>
#include <iostream>

namespace vision {
namespace ops {

Expand Down
3 changes: 0 additions & 3 deletions torchvision/csrc/ops/mps/roi_pool_kernel.mm
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
#include "mps_helpers.h"
#include "mps_kernels.h"

#include <cmath>
#include <iostream>

namespace vision {
namespace ops {

Expand Down

0 comments on commit 66a00fc

Please sign in to comment.