(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::TrilinearDevoxelizeSYCL (sycl::queue &queue, int b, int c, int n, int r, int r2, int r3, bool is_training, const float *const coords, const float *const feat, int *const inds, float *const wgts, float *const outs) |
| |
| void | open3d::ml::contrib::TrilinearDevoxelizeGradSYCL (sycl::queue &queue, int b, int c, int n, int r3, const int *const inds, const float *const wgts, const float *const grad_y, float *const grad_x) |
| |