#include <BallQueryOpKernel.h>
|
| | BallQueryOpKernel (tensorflow::OpKernelConstruction *construction) |
| |
| void | Compute (tensorflow::OpKernelContext *context) override |
| |
| virtual void | Kernel (tensorflow::OpKernelContext *context, int b, int n, int m, float radius, int nsample, const float *new_xyz, const float *xyz, int *idx)=0 |
| |
◆ BallQueryOpKernel()
| BallQueryOpKernel::BallQueryOpKernel |
( |
tensorflow::OpKernelConstruction * |
construction | ) |
|
|
inlineexplicit |
◆ Compute()
| void BallQueryOpKernel::Compute |
( |
tensorflow::OpKernelContext * |
context | ) |
|
|
inlineoverride |
◆ Kernel()
| virtual void BallQueryOpKernel::Kernel |
( |
tensorflow::OpKernelContext * |
context, |
|
|
int |
b, |
|
|
int |
n, |
|
|
int |
m, |
|
|
float |
radius, |
|
|
int |
nsample, |
|
|
const float * |
new_xyz, |
|
|
const float * |
xyz, |
|
|
int * |
idx |
|
) |
| |
|
pure virtual |
◆ nsample
| int BallQueryOpKernel::nsample |
|
protected |
◆ radius
| float BallQueryOpKernel::radius |
|
protected |
The documentation for this class was generated from the following file: