Open3D (C++ API)
0.18.0+252c867
cpp
open3d
ml
tensorflow
misc
Data Structures
|
Macros
BuildSpatialHashTableOpKernel.cpp File Reference
(252c867 (Sun May 5 05:39:34 2024 +0000))
#include "
BuildSpatialHashTableOpKernel.h
"
#include "
open3d/core/nns/FixedRadiusSearchImpl.h
"
Data Structures
class
BuildSpatialHashTableOpKernelCPU< T >
Macros
#define
REG_KB
(
type
)
Macro Definition Documentation
◆
REG_KB
#define REG_KB
(
type
)
Value:
REGISTER_KERNEL_BUILDER(Name(
"Open3DBuildSpatialHashTable"
) \
.Device(DEVICE_CPU) \
.TypeConstraint<type>(
"T"
), \
BuildSpatialHashTableOpKernelCPU<type>
);
BuildSpatialHashTableOpKernelCPU
Definition:
BuildSpatialHashTableOpKernel.cpp:16
Generated by
1.9.1