We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90c0c4b commit 9b0759bCopy full SHA for 9b0759b
torch_cluster/fps.py
@@ -5,13 +5,13 @@
5
6
7
@torch.jit._overload # noqa
8
-def fps(src, batch=None, ratio=None, random_start=True):
+def fps(src, batch=None, ratio=None, random_start=True): # noqa
9
# type: (Tensor, Optional[Tensor], Optional[float], bool) -> Tensor
10
pass
11
12
13
14
15
# type: (Tensor, Optional[Tensor], Optional[Tensor], bool) -> Tensor
16
17
0 commit comments