Open3D (C++ API)
0.17.0
cpp
open3d
ml
tensorflow
misc
Data Structures
|
Macros
VoxelPoolingGradOpKernel.cpp File Reference
(9238339 (Tue Mar 14 18:49:09 2023 -0700))
#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:17
Generated by
1.9.1