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