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
a4355bea
Commit
a4355bea
authored
Apr 28, 2018
by
rusty1s
Browse files
typo
parent
63254509
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
torch_scatter/div.py
torch_scatter/div.py
+1
-1
torch_scatter/mul.py
torch_scatter/mul.py
+1
-1
No files found.
torch_scatter/div.py
View file @
a4355bea
...
@@ -62,7 +62,7 @@ def scatter_div(src, index, dim=-1, out=None, dim_size=None, fill_value=1):
...
@@ -62,7 +62,7 @@ def scatter_div(src, index, dim=-1, out=None, dim_size=None, fill_value=1):
If :attr:`dim_size` is not given, a minimal sized output tensor is
If :attr:`dim_size` is not given, a minimal sized output tensor is
returned. (default: :obj:`None`)
returned. (default: :obj:`None`)
fill_value (int, optional): If :attr:`out` is not given, automatically
fill_value (int, optional): If :attr:`out` is not given, automatically
fill output tensor with :attr:`fill_value`. (default: :obj:`
0
`)
fill output tensor with :attr:`fill_value`. (default: :obj:`
1
`)
:rtype: :class:`Tensor`
:rtype: :class:`Tensor`
...
...
torch_scatter/mul.py
View file @
a4355bea
...
@@ -61,7 +61,7 @@ def scatter_mul(src, index, dim=-1, out=None, dim_size=None, fill_value=1):
...
@@ -61,7 +61,7 @@ def scatter_mul(src, index, dim=-1, out=None, dim_size=None, fill_value=1):
If :attr:`dim_size` is not given, a minimal sized output tensor is
If :attr:`dim_size` is not given, a minimal sized output tensor is
returned. (default: :obj:`None`)
returned. (default: :obj:`None`)
fill_value (int, optional): If :attr:`out` is not given, automatically
fill_value (int, optional): If :attr:`out` is not given, automatically
fill output tensor with :attr:`fill_value`. (default: :obj:`
0
`)
fill output tensor with :attr:`fill_value`. (default: :obj:`
1
`)
:rtype: :class:`Tensor`
:rtype: :class:`Tensor`
...
...
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