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

Data Structures

class  ContinuousConvTransposeOpKernelCPU< 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("Open3DContinuousConvTranspose") \
.Device(DEVICE_CPU) \
.TypeConstraint<feattype>("TFeat") \
.TypeConstraint<outtype>("output_type") \
.TypeConstraint<realtype>("TReal") \
.TypeConstraint<indextype>("TIndex"), \
ContinuousConvTransposeOpKernelCPU<feattype, outtype, realtype, \
indextype>);
Definition ContinuousConvTransposeOpKernel.cpp:18