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