|
| 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) |
|
| BuildSpatialHashTableOpKernel (tensorflow::OpKernelConstruction *construction) |
|
void | Compute (tensorflow::OpKernelContext *context) override |
|
◆ BuildSpatialHashTableOpKernelCPU()
◆ 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: