#include <SamplingOpKernel.h>
◆ 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: