Open3D (C++ API)  0.20.0
Loading...
Searching...
No Matches
Public Member Functions
RoiPoolOpKernelCPU Class Reference
Inheritance diagram for RoiPoolOpKernelCPU:
RoiPoolOpKernel

Public Member Functions

 RoiPoolOpKernelCPU (OpKernelConstruction *construction)
 
void Kernel (tensorflow::OpKernelContext *context, int batch_size, int pts_num, int boxes_num, int feature_in_len, int sampled_pts_num, const float *xyz, const float *boxes3d, const float *pts_feature, float *pooled_features, int *pooled_empty_flag)
 
- Public Member Functions inherited from RoiPoolOpKernel
 RoiPoolOpKernel (tensorflow::OpKernelConstruction *construction)
 
void Compute (tensorflow::OpKernelContext *context) override
 

Additional Inherited Members

- Protected Attributes inherited from RoiPoolOpKernel
int sampled_pts_num
 

Constructor & Destructor Documentation

◆ RoiPoolOpKernelCPU()

RoiPoolOpKernelCPU::RoiPoolOpKernelCPU ( OpKernelConstruction *  construction)
inlineexplicit

Member Function Documentation

◆ Kernel()

void RoiPoolOpKernelCPU::Kernel ( tensorflow::OpKernelContext *  context,
int  batch_size,
int  pts_num,
int  boxes_num,
int  feature_in_len,
int  sampled_pts_num,
const float *  xyz,
const float *  boxes3d,
const float *  pts_feature,
float *  pooled_features,
int *  pooled_empty_flag 
)
inlinevirtual

Implements RoiPoolOpKernel.


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