We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a1c330 commit 3939430Copy full SHA for 3939430
cpp/open3d/ml/pytorch/pointnet/SamplingOps.cpp
@@ -63,7 +63,7 @@ torch::Tensor furthest_point_sampling(torch::Tensor points,
63
}
64
65
static auto registry_fp = torch::RegisterOperators(
66
- "open3d::furthest_point_sampling(Tensor points, int sample_siz)"
+ "open3d::furthest_point_sampling(Tensor points, int sample_size)"
67
" -> Tensor out",
68
&furthest_point_sampling);
69
#endif
0 commit comments