#include <SamplingOpKernel.h>
|
| | FurthestPointSamplingOpKernel (tensorflow::OpKernelConstruction *construction) |
| void | Compute (tensorflow::OpKernelContext *context) override |
| virtual void | Kernel (tensorflow::OpKernelContext *context, int b, int n, int m, const float *dataset, float *temp, int *idxs)=0 |
◆ FurthestPointSamplingOpKernel()
| FurthestPointSamplingOpKernel::FurthestPointSamplingOpKernel |
( |
tensorflow::OpKernelConstruction * | construction | ) |
|
|
inlineexplicit |
◆ Compute()
| void FurthestPointSamplingOpKernel::Compute |
( |
tensorflow::OpKernelContext * | context | ) |
|
|
inlineoverride |
◆ Kernel()
| virtual void FurthestPointSamplingOpKernel::Kernel |
( |
tensorflow::OpKernelContext * | context, |
|
|
int | b, |
|
|
int | n, |
|
|
int | m, |
|
|
const float * | dataset, |
|
|
float * | temp, |
|
|
int * | idxs ) |
|
pure virtual |
◆ sample_size
| int FurthestPointSamplingOpKernel::sample_size |
|
protected |
The documentation for this class was generated from the following file: