#include <TrilinearDevoxelizeKernel.h>
|
| | TrilinearDevoxelizeOpKernel (tensorflow::OpKernelConstruction *context) |
| |
| void | Compute (tensorflow::OpKernelContext *context) override |
| |
| virtual void | Kernel (tensorflow::OpKernelContext *context, int b, int c, int n, int r, int r2, int r3, bool training, const float *coords, const float *feat, int *inds, float *wgts, float *outs)=0 |
| |
◆ TrilinearDevoxelizeOpKernel()
| TrilinearDevoxelizeOpKernel::TrilinearDevoxelizeOpKernel |
( |
tensorflow::OpKernelConstruction * |
context | ) |
|
|
inlineexplicit |
◆ Compute()
| void TrilinearDevoxelizeOpKernel::Compute |
( |
tensorflow::OpKernelContext * |
context | ) |
|
|
inlineoverride |
◆ Kernel()
| virtual void TrilinearDevoxelizeOpKernel::Kernel |
( |
tensorflow::OpKernelContext * |
context, |
|
|
int |
b, |
|
|
int |
c, |
|
|
int |
n, |
|
|
int |
r, |
|
|
int |
r2, |
|
|
int |
r3, |
|
|
bool |
training, |
|
|
const float * |
coords, |
|
|
const float * |
feat, |
|
|
int * |
inds, |
|
|
float * |
wgts, |
|
|
float * |
outs |
|
) |
| |
|
pure virtual |
◆ is_training
| bool TrilinearDevoxelizeOpKernel::is_training |
|
protected |
| int TrilinearDevoxelizeOpKernel::r |
|
protected |
The documentation for this class was generated from the following file: