Skip to content

Commit

Permalink
change ratio type to tensor
Browse files Browse the repository at this point in the history
  • Loading branch information
IlliaOvcharenko committed Nov 12, 2024
1 parent 9d88a0b commit 7ba8f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csrc/cluster.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ CLUSTER_INLINE_VARIABLE int64_t _cuda_version = cuda_version();
} // namespace detail
} // namespace cluster

CLUSTER_API torch::Tensor fps(torch::Tensor src, torch::Tensor ptr, double ratio,
CLUSTER_API torch::Tensor fps(torch::Tensor src, torch::Tensor ptr, torch::Tensor ratio,
bool random_start);

CLUSTER_API torch::Tensor graclus(torch::Tensor rowptr, torch::Tensor col,
Expand Down

0 comments on commit 7ba8f3c

Please sign in to comment.