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
bc139663
Commit
bc139663
authored
Dec 21, 2017
by
rusty1s
Browse files
typo
parent
0d9699b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
torch_scatter/functions/add.py
torch_scatter/functions/add.py
+0
-5
No files found.
torch_scatter/functions/add.py
View file @
bc139663
...
@@ -51,11 +51,6 @@ def scatter_add_(output, index, input, dim=0):
...
@@ -51,11 +51,6 @@ def scatter_add_(output, index, input, dim=0):
"""
"""
return
output
.
scatter_add_
(
dim
,
index
,
input
)
return
output
.
scatter_add_
(
dim
,
index
,
input
)
# .. testoutput::
# 0 0 4 3 3 0
# 2 4 4 0 0 0
# [torch.FloatTensor of size 2x6]
def
scatter_add
(
index
,
input
,
dim
=
0
,
size
=
None
,
fill_value
=
0
):
def
scatter_add
(
index
,
input
,
dim
=
0
,
size
=
None
,
fill_value
=
0
):
...
...
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