Open3D (C++ API)
0.17.0
cpp
open3d
ml
tensorflow
continuous_conv
Data Structures
|
Macros
ContinuousConvOpKernel.cpp File Reference
(9238339 (Tue Mar 14 18:49:09 2023 -0700))
#include "
ContinuousConvOpKernel.h
"
#include "
open3d/ml/impl/continuous_conv/ContinuousConv.h
"
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>);
ContinuousConvOpKernelCPU
Definition:
ContinuousConvOpKernel.cpp:17
Generated by
1.9.1