Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
598b61d9
"git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "47c9380555fa1dd3c8c29ee544777a0464e965f6"
Commit
598b61d9
authored
Dec 06, 2019
by
gslotman
Committed by
Francisco Massa
Dec 06, 2019
Browse files
Fix header includes for cpu (#1644)
parent
3bd7a405
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
torchvision/csrc/cpu/ROIAlign_cpu.cpp
torchvision/csrc/cpu/ROIAlign_cpu.cpp
+1
-1
torchvision/csrc/cpu/nms_cpu.cpp
torchvision/csrc/cpu/nms_cpu.cpp
+1
-1
No files found.
torchvision/csrc/cpu/ROIAlign_cpu.cpp
View file @
598b61d9
#include <ATen/TensorUtils.h>
#include <ATen/TensorUtils.h>
#include "
cpu/
vision_cpu.h"
#include "vision_cpu.h"
// implementation taken from Caffe2
// implementation taken from Caffe2
template
<
typename
T
>
template
<
typename
T
>
...
...
torchvision/csrc/cpu/nms_cpu.cpp
View file @
598b61d9
#include "
cpu/
vision_cpu.h"
#include "vision_cpu.h"
template
<
typename
scalar_t
>
template
<
typename
scalar_t
>
at
::
Tensor
nms_cpu_kernel
(
at
::
Tensor
nms_cpu_kernel
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment