Open3D (C++ API)
0.15.1
cpp
open3d
ml
tensorflow
continuous_conv
Data Structures
|
Macros
ContinuousConvOpKernel.cpp File Reference
#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:36
Generated by
1.9.1