Skip to content

Commit 598b61d

Browse files
gslotmanfmassa
authored andcommitted
Fix header includes for cpu (#1644)
1 parent 3bd7a40 commit 598b61d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

torchvision/csrc/cpu/ROIAlign_cpu.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include <ATen/TensorUtils.h>
2-
#include "cpu/vision_cpu.h"
2+
#include "vision_cpu.h"
33

44
// implementation taken from Caffe2
55
template <typename T>

torchvision/csrc/cpu/nms_cpu.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "cpu/vision_cpu.h"
1+
#include "vision_cpu.h"
22

33
template <typename scalar_t>
44
at::Tensor nms_cpu_kernel(

0 commit comments

Comments
 (0)