Open3D (C++ API)  0.20.0
Loading...
Searching...
No Matches
Namespaces | Functions
TrilinearDevoxelizeSYCL.h File Reference

(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.

Namespaces

namespace  open3d
 
namespace  open3d::ml
 
namespace  open3d::ml::contrib
 

Functions

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)