Skip to content

Commit

Permalink
[BREAK] Fix torch furthest_point_sampling argument typo (#7025)
Browse files Browse the repository at this point in the history
  • Loading branch information
BeingGod authored Dec 18, 2024
1 parent 7a1c330 commit 3939430
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 3939430

Please sign in to comment.