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