Open3D (C++ API)  0.19.0
Loading...
Searching...
No Matches
VoxelPoolingGradOpKernel.cpp File Reference

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