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
5ecb0823
Commit
5ecb0823
authored
Jun 14, 2019
by
rusty1s
Browse files
linting
parent
e621b9e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cpu/sampler.cpp
cpu/sampler.cpp
+1
-1
No files found.
cpu/sampler.cpp
View file @
5ecb0823
...
...
@@ -3,7 +3,7 @@
at
::
Tensor
neighbor_sampler
(
at
::
Tensor
start
,
at
::
Tensor
cumdeg
,
size_t
size
,
float
factor
)
{
CPUGenerator
*
generator
=
at
::
detail
::
getDefaultCPUGenerator
();
CPUGenerator
*
generator
=
at
::
detail
::
getDefaultCPUGenerator
();
auto
start_ptr
=
start
.
data
<
int64_t
>
();
auto
cumdeg_ptr
=
cumdeg
.
data
<
int64_t
>
();
...
...
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