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
9e048aad
Commit
9e048aad
authored
Apr 10, 2019
by
rusty1s
Browse files
update doc
parent
34f083a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
torch_cluster/radius.py
torch_cluster/radius.py
+1
-2
No files found.
torch_cluster/radius.py
View file @
9e048aad
...
@@ -22,8 +22,7 @@ def radius(x, y, r, batch_x=None, batch_y=None, max_num_neighbors=32):
...
@@ -22,8 +22,7 @@ def radius(x, y, r, batch_x=None, batch_y=None, max_num_neighbors=32):
:math:`\mathbf{b} \in {\{ 0, \ldots, B-1\}}^M`, which assigns each
:math:`\mathbf{b} \in {\{ 0, \ldots, B-1\}}^M`, which assigns each
node to a specific example. (default: :obj:`None`)
node to a specific example. (default: :obj:`None`)
max_num_neighbors (int, optional): The maximum number of neighbors to
max_num_neighbors (int, optional): The maximum number of neighbors to
return for each element in :obj:`y`.
return for each element in :obj:`y`. (default: :obj:`32`)
This flag is only needed for CUDA tensors. (default: :obj:`32`)
:rtype: :class:`LongTensor`
:rtype: :class:`LongTensor`
...
...
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