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

Public Member Functions

 VoxelizeOpKernelCPU (OpKernelConstruction *construction)
void Kernel (tensorflow::OpKernelContext *context, const tensorflow::Tensor &points, const tensorflow::Tensor &row_splits, const tensorflow::Tensor &voxel_size, const tensorflow::Tensor &points_range_min, const tensorflow::Tensor &points_range_max)

Constructor & Destructor Documentation

◆ VoxelizeOpKernelCPU()

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

Member Function Documentation

◆ Kernel()

template<class T>
void VoxelizeOpKernelCPU< T >::Kernel ( tensorflow::OpKernelContext * context,
const tensorflow::Tensor & points,
const tensorflow::Tensor & row_splits,
const tensorflow::Tensor & voxel_size,
const tensorflow::Tensor & points_range_min,
const tensorflow::Tensor & points_range_max )
inline

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