Open3D (C++ API)  0.18.0
Public Member Functions
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: