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
torch-cluster
Commits
cd7dbf25
Commit
cd7dbf25
authored
Jun 19, 2020
by
Alexander Liao
Browse files
cpp cleanup
parent
f3983b37
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
csrc/cpu/knn_cpu.h
csrc/cpu/knn_cpu.h
+0
-1
csrc/cpu/radius_cpu.h
csrc/cpu/radius_cpu.h
+0
-1
No files found.
csrc/cpu/knn_cpu.h
View file @
cd7dbf25
...
...
@@ -3,7 +3,6 @@
#include <torch/extension.h>
#include "utils/neighbors.cpp"
#include <iostream>
#include "compat.h"
torch
::
Tensor
knn_cpu
(
torch
::
Tensor
support
,
torch
::
Tensor
query
,
int64_t
k
,
int64_t
n_threads
);
...
...
csrc/cpu/radius_cpu.h
View file @
cd7dbf25
...
...
@@ -3,7 +3,6 @@
#include <torch/extension.h>
#include "utils/neighbors.cpp"
#include <iostream>
#include "compat.h"
torch
::
Tensor
radius_cpu
(
torch
::
Tensor
query
,
torch
::
Tensor
support
,
double
radius
,
int64_t
max_num
,
int64_t
n_threads
);
...
...
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