diff --git a/cpp/open3d/ml/pytorch/pointnet/SamplingOps.cpp b/cpp/open3d/ml/pytorch/pointnet/SamplingOps.cpp index 8bd422280b5..6c086dbe778 100644 --- a/cpp/open3d/ml/pytorch/pointnet/SamplingOps.cpp +++ b/cpp/open3d/ml/pytorch/pointnet/SamplingOps.cpp @@ -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