Open3D (C++ API)  0.19.0+1a9eb99
Loading...
Searching...
No Matches
Data Structures | Macros
ContinuousConvTransposeBackpropFilterOpKernel.cpp File Reference

(1a9eb99 (Sun Sep 6 21:32:04 2026 -0700))

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