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-scatter
Commits
d0f5005f
Commit
d0f5005f
authored
Jan 29, 2020
by
rusty1s
Browse files
fix link
parent
bb87ec65
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
torch_scatter/__init__.py
torch_scatter/__init__.py
+3
-1
No files found.
torch_scatter/__init__.py
View file @
d0f5005f
import
os.path
as
osp
import
torch
import
torch
torch
.
ops
.
load_library
(
'torch_scatter/
_C.so'
)
torch
.
ops
.
load_library
(
osp
.
join
(
osp
.
dirname
(
osp
.
abspath
(
__file__
)),
'
_C.so'
)
)
from
.segment_csr
import
(
segment_sum_csr
,
segment_add_csr
,
segment_mean_csr
,
from
.segment_csr
import
(
segment_sum_csr
,
segment_add_csr
,
segment_mean_csr
,
segment_min_csr
,
segment_max_csr
,
segment_csr
,
segment_min_csr
,
segment_max_csr
,
segment_csr
,
...
...
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