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

(9238339 (Tue Mar 14 18:49:09 2023 -0700))

#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