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

Data Structures

class  ContinuousConvOpKernelCPU< TFeat, TOut, TReal, TIndex >

Macros

#define REG_KB(feattype, outtype, realtype, indextype)

Macro Definition Documentation

◆ REG_KB

#define REG_KB ( feattype,
outtype,
realtype,
indextype )
Value:
REGISTER_KERNEL_BUILDER(Name("Open3DContinuousConv") \
.Device(DEVICE_CPU) \
.TypeConstraint<feattype>("TFeat") \
.TypeConstraint<outtype>("output_type") \
.TypeConstraint<realtype>("TReal") \
.TypeConstraint<indextype>("TIndex"), \
ContinuousConvOpKernelCPU<feattype, outtype, \
realtype, indextype>);
Definition ContinuousConvOpKernel.cpp:17