Open3D (C++ API)  0.18.0+252c867
Data Structures | Macros
VoxelPoolingGradOpKernel.cpp File Reference

(252c867 (Sun May 5 05:39:34 2024 +0000))

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

Data Structures

class  VoxelPoolingGradOpKernelCPU< TReal, TFeat >
 

Macros

#define REG_KB(type, typefeat)
 

Macro Definition Documentation

◆ REG_KB

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