(d32b4fc (Mon Sep 14 15:46:25 2026 -0700))
#include <sycl/sycl.hpp>
#include "open3d/core/ParallelFor.h"
Go to the source code of this file.
|
| void | open3d::ml::contrib::ThreeNNSYCL (sycl::queue &queue, int b, int n, int m, const float *const unknown, const float *const known, float *const dist2, int *const idx) |
| |
| void | open3d::ml::contrib::ThreeInterpolateSYCL (sycl::queue &queue, int b, int c, int m, int n, const float *const points, const int *const idx, const float *const weight, float *const out) |
| |
| void | open3d::ml::contrib::ThreeInterpolateGradSYCL (sycl::queue &queue, int b, int c, int n, int m, const float *const grad_out, const int *const idx, const float *const weight, float *const grad_points) |
| |