Open3D (C++ API)  0.18.0
Data Structures | Macros
VoxelPoolingOpKernel.cpp File Reference

(b9e049c (Sun Dec 31 11:36:26 2023 -0800))

#include "VoxelPoolingOpKernel.h"
#include "open3d/ml/impl/misc/VoxelPooling.h"

Data Structures

class  VoxelPoolingOpKernelCPU< TReal, TFeat >
 

Macros

#define REG_KB(type, typefeat)
 

Macro Definition Documentation

◆ REG_KB

#define REG_KB (   type,
  typefeat 
)
Value:
REGISTER_KERNEL_BUILDER(Name("Open3DVoxelPooling") \
.Device(DEVICE_CPU) \
.TypeConstraint<type>("TReal") \
.TypeConstraint<typefeat>("TFeat"), \
Definition: VoxelPoolingOpKernel.cpp:17