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-sparse
Commits
c2bd0b10
Commit
c2bd0b10
authored
Dec 20, 2019
by
rusty1s
Browse files
typo
parent
62891fa0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
torch_sparse/index_select.py
torch_sparse/index_select.py
+2
-2
No files found.
torch_sparse/index_select.py
View file @
c2bd0b10
...
...
@@ -57,8 +57,8 @@ def index_select(src, dim, idx):
sparse_size
=
torch
.
Size
([
src
.
sparse_size
(
0
),
colcount
.
size
(
0
)])
storage
=
src
.
storage
.
__class__
(
index
,
value
,
sparse_size
,
colcount
=
colcount
,
c
sc2csr
=
csc2cs
r
,
is_sorted
=
True
)
colcount
=
colcount
,
c
olptr
=
colpt
r
,
csc2csr
=
csc2csr
,
is_sorted
=
True
)
else
:
storage
=
src
.
storage
.
apply_value
(
...
...
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