Commit cf4aebef authored by rusty1s's avatar rusty1s
Browse files

max_num_neighbors only for cuda tensors

parent d83cfe9d
......@@ -22,7 +22,8 @@ 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
node to a specific example. (default: :obj:`None`)
max_num_neighbors (int, optional): The maximum number of neighbors to
return for each element in :obj:`y`. (default: :obj:`32`)
return for each element in :obj:`y`.
This flag is only needed for CUDA tensors. (default: :obj:`32`)
:rtype: :class:`LongTensor`
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment