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

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

#include "InvertNeighborsListOpKernel.h"
#include "open3d/ml/impl/misc/InvertNeighborsList.h"

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