Skip to content

Commit

Permalink
[Typo] Fix torch furthest_point_sampling argument typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BeingGod committed Oct 24, 2024
1 parent fcc396e commit 9e6396c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/open3d/ml/pytorch/pointnet/SamplingOps.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ torch::Tensor furthest_point_sampling(torch::Tensor points,
}

static auto registry_fp = torch::RegisterOperators(
"open3d::furthest_point_sampling(Tensor points, int sample_siz)"
"open3d::furthest_point_sampling(Tensor points, int sample_size)"
" -> Tensor out",
&furthest_point_sampling);
#endif

0 comments on commit 9e6396c

Please sign in to comment.