Open3D (C++ API)  0.18.0
Public Member Functions | Protected Attributes
TrilinearDevoxelizeGradOpKernel Class Referenceabstract

#include <TrilinearDevoxelizeKernel.h>

Inheritance diagram for TrilinearDevoxelizeGradOpKernel:

Public Member Functions

 TrilinearDevoxelizeGradOpKernel (tensorflow::OpKernelConstruction *context)
 
void Compute (tensorflow::OpKernelContext *context) override
 
virtual void Kernel (tensorflow::OpKernelContext *context, int b, int c, int n, int r3, const int *inds, const float *wgts, const float *grad_y, float *grad_x)=0
 

Protected Attributes

int r
 

Constructor & Destructor Documentation

◆ TrilinearDevoxelizeGradOpKernel()

TrilinearDevoxelizeGradOpKernel::TrilinearDevoxelizeGradOpKernel ( tensorflow::OpKernelConstruction *  context)
inlineexplicit

Member Function Documentation

◆ Compute()

void TrilinearDevoxelizeGradOpKernel::Compute ( tensorflow::OpKernelContext *  context)
inlineoverride

◆ Kernel()

virtual void TrilinearDevoxelizeGradOpKernel::Kernel ( tensorflow::OpKernelContext *  context,
int  b,
int  c,
int  n,
int  r3,
const int *  inds,
const float *  wgts,
const float *  grad_y,
float *  grad_x 
)
pure virtual

Field Documentation

◆ r

int TrilinearDevoxelizeGradOpKernel::r
protected

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