Open3D (C++ API)  0.19.0
Loading...
Searching...
No Matches
VoxelPoolingOpKernelCPU< TReal, TFeat > Class Template Reference
Inheritance diagram for VoxelPoolingOpKernelCPU< TReal, TFeat >:

Public Member Functions

 VoxelPoolingOpKernelCPU (OpKernelConstruction *construction)
void Kernel (tensorflow::OpKernelContext *context, const tensorflow::Tensor &positions, const tensorflow::Tensor &features, const tensorflow::Tensor &voxel_size)

Constructor & Destructor Documentation

◆ VoxelPoolingOpKernelCPU()

template<class TReal, class TFeat>
VoxelPoolingOpKernelCPU< TReal, TFeat >::VoxelPoolingOpKernelCPU ( OpKernelConstruction * construction)
inlineexplicit

Member Function Documentation

◆ Kernel()

template<class TReal, class TFeat>
void VoxelPoolingOpKernelCPU< TReal, TFeat >::Kernel ( tensorflow::OpKernelContext * context,
const tensorflow::Tensor & positions,
const tensorflow::Tensor & features,
const tensorflow::Tensor & voxel_size )
inline

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