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

Data Structures

class  InvertNeighborsListOpKernelCPU< TIndex, TAttr >

Macros

#define REG_KB(type, attrtype)

Macro Definition Documentation

◆ REG_KB

#define REG_KB ( type,
attrtype )
Value:
REGISTER_KERNEL_BUILDER(Name("Open3DInvertNeighborsList") \
.Device(DEVICE_CPU) \
.TypeConstraint<type>("TIndex") \
.TypeConstraint<attrtype>("TAttr"), \
Definition InvertNeighborsListOpKernel.cpp:17