Open3D (C++ API)  0.19.0
Loading...
Searching...
No Matches
FixedRadiusSearchOpKernelCPU< T, TIndex > Class Template Reference
Inheritance diagram for FixedRadiusSearchOpKernelCPU< T, TIndex >:

Public Member Functions

 FixedRadiusSearchOpKernelCPU (OpKernelConstruction *construction)
void Kernel (tensorflow::OpKernelContext *context, const tensorflow::Tensor &points, const tensorflow::Tensor &queries, const tensorflow::Tensor &radius, const tensorflow::Tensor &points_row_splits, const tensorflow::Tensor &queries_row_splits, const tensorflow::Tensor &hash_table_splits, const tensorflow::Tensor &hash_table_index, const tensorflow::Tensor &hash_table_cell_splits, tensorflow::Tensor &query_neighbors_row_splits)

Constructor & Destructor Documentation

◆ FixedRadiusSearchOpKernelCPU()

template<class T, class TIndex>
FixedRadiusSearchOpKernelCPU< T, TIndex >::FixedRadiusSearchOpKernelCPU ( OpKernelConstruction * construction)
inlineexplicit

Member Function Documentation

◆ Kernel()

template<class T, class TIndex>
void FixedRadiusSearchOpKernelCPU< T, TIndex >::Kernel ( tensorflow::OpKernelContext * context,
const tensorflow::Tensor & points,
const tensorflow::Tensor & queries,
const tensorflow::Tensor & radius,
const tensorflow::Tensor & points_row_splits,
const tensorflow::Tensor & queries_row_splits,
const tensorflow::Tensor & hash_table_splits,
const tensorflow::Tensor & hash_table_index,
const tensorflow::Tensor & hash_table_cell_splits,
tensorflow::Tensor & query_neighbors_row_splits )
inline

The documentation for this class was generated from the following file: