Open3D (C++ API)
0.17.0
cpp
open3d
ml
tensorflow
misc
Data Structures
|
Macros
FixedRadiusSearchOpKernel.cpp File Reference
(9238339 (Tue Mar 14 18:49:09 2023 -0700))
#include "
FixedRadiusSearchOpKernel.h
"
#include "
open3d/core/nns/FixedRadiusSearchImpl.h
"
Data Structures
class
FixedRadiusSearchOpKernelCPU< T, TIndex >
Macros
#define
REG_KB
(
type
, itype)
Macro Definition Documentation
◆
REG_KB
#define REG_KB
(
type
,
itype
)
Value:
REGISTER_KERNEL_BUILDER(Name(
"Open3DFixedRadiusSearch"
) \
.Device(DEVICE_CPU) \
.TypeConstraint<type>(
"T"
) \
.TypeConstraint<itype>(
"index_dtype"
), \
FixedRadiusSearchOpKernelCPU<type, itype>
);
FixedRadiusSearchOpKernelCPU
Definition:
FixedRadiusSearchOpKernel.cpp:17
Generated by
1.9.1