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
9cf54a56
Commit
9cf54a56
authored
Sep 07, 2021
by
rusty1s
Browse files
no cover
parent
fd95865c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
torch_cluster/fps.py
torch_cluster/fps.py
+2
-2
No files found.
torch_cluster/fps.py
View file @
9cf54a56
...
...
@@ -7,13 +7,13 @@ from torch import Tensor
@
torch
.
jit
.
_overload
# noqa
def
fps
(
src
,
batch
=
None
,
ratio
=
None
,
random_start
=
True
):
# noqa
# type: (Tensor, Optional[Tensor], Optional[float], bool) -> Tensor
pass
pass
# pragma: no cover
@
torch
.
jit
.
_overload
# noqa
def
fps
(
src
,
batch
=
None
,
ratio
=
None
,
random_start
=
True
):
# noqa
# type: (Tensor, Optional[Tensor], Optional[Tensor], bool) -> Tensor
pass
pass
# pragma: no cover
def
fps
(
src
:
torch
.
Tensor
,
batch
=
None
,
ratio
=
None
,
random_start
=
True
):
# noqa
...
...
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