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

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

#include "ContinuousConvTransposeBackpropFilterOpKernel.h"
#include "open3d/ml/impl/continuous_conv/ContinuousConvTransposeBackpropFilter.h"

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