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

Public Member Functions

 BuildSpatialHashTableOpKernelCPU (OpKernelConstruction *construction)
void Kernel (tensorflow::OpKernelContext *context, const tensorflow::Tensor &points, const tensorflow::Tensor &radius, const tensorflow::Tensor &points_row_splits, const std::vector< uint32_t > &hash_table_splits, tensorflow::Tensor &hash_table_index, tensorflow::Tensor &hash_table_cell_splits)
Public Member Functions inherited from BuildSpatialHashTableOpKernel
 BuildSpatialHashTableOpKernel (tensorflow::OpKernelConstruction *construction)
void Compute (tensorflow::OpKernelContext *context) override

Additional Inherited Members

Protected Attributes inherited from BuildSpatialHashTableOpKernel
int max_hash_table_size

Constructor & Destructor Documentation

◆ BuildSpatialHashTableOpKernelCPU()

template<class T>
BuildSpatialHashTableOpKernelCPU< T >::BuildSpatialHashTableOpKernelCPU ( OpKernelConstruction * construction)
inlineexplicit

Member Function Documentation

◆ Kernel()

template<class T>
void BuildSpatialHashTableOpKernelCPU< T >::Kernel ( tensorflow::OpKernelContext * context,
const tensorflow::Tensor & points,
const tensorflow::Tensor & radius,
const tensorflow::Tensor & points_row_splits,
const std::vector< uint32_t > & hash_table_splits,
tensorflow::Tensor & hash_table_index,
tensorflow::Tensor & hash_table_cell_splits )
inlinevirtual

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