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

Public Member Functions

 VoxelPoolingGradOpKernelCPU (OpKernelConstruction *construction)
void Kernel (tensorflow::OpKernelContext *context, tensorflow::Tensor &features_backprop, const tensorflow::Tensor &positions, const tensorflow::Tensor &features, const tensorflow::Tensor &pooled_positions, const tensorflow::Tensor &pooled_features_gradient, const tensorflow::Tensor &voxel_size)

Constructor & Destructor Documentation

◆ VoxelPoolingGradOpKernelCPU()

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

Member Function Documentation

◆ Kernel()

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

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