Open3D (C++ API)
0.18.0
Loading...
Searching...
No Matches
cpp
open3d
ml
tensorflow
misc
Data Structures
|
Macros
FixedRadiusSearchOpKernel.cpp File Reference
#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.8