Open3D (C++ API)
0.12.0
cpp
open3d
ml
tensorflow
misc
Data Structures
|
Macros
VoxelPoolingGradOpKernel.cpp File Reference
(313315d (Wed Dec 23 23:39:47 2020 -0800))
#include "
VoxelPoolingGradOpKernel.h
"
#include "
open3d/ml/impl/misc/VoxelPooling.h
"
Data Structures
class
VoxelPoolingGradOpKernelCPU< TReal, TFeat >
Macros
#define
REG_KB
(
type
, typefeat)
Macro Definition Documentation
◆
REG_KB
#define REG_KB
(
type
,
typefeat
)
Value:
REGISTER_KERNEL_BUILDER(Name(
"Open3DVoxelPoolingGrad"
) \
.Device(DEVICE_CPU) \
.TypeConstraint<type>(
"TReal"
) \
.TypeConstraint<typefeat>(
"TFeat"
), \
VoxelPoolingGradOpKernelCPU<type, typefeat>
);
VoxelPoolingGradOpKernelCPU
Definition:
VoxelPoolingGradOpKernel.cpp:36
Generated by
1.8.13