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

Data Structures

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