#include <BuildSpatialHashTableOpKernel.h>
|
| BuildSpatialHashTableOpKernel (tensorflow::OpKernelConstruction *construction) |
|
void | Compute (tensorflow::OpKernelContext *context) override |
|
virtual 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)=0 |
|
◆ BuildSpatialHashTableOpKernel()
BuildSpatialHashTableOpKernel::BuildSpatialHashTableOpKernel |
( |
tensorflow::OpKernelConstruction * |
construction | ) |
|
|
inlineexplicit |
◆ Compute()
void BuildSpatialHashTableOpKernel::Compute |
( |
tensorflow::OpKernelContext * |
context | ) |
|
|
inlineoverride |
◆ Kernel()
virtual void BuildSpatialHashTableOpKernel::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 |
|
) |
| |
|
pure virtual |
◆ max_hash_table_size
int BuildSpatialHashTableOpKernel::max_hash_table_size |
|
protected |
The documentation for this class was generated from the following file: