Open3D (C++ API)  0.19.0
Loading...
Searching...
No Matches
ThreeInterpolateGradOpKernel Class Referenceabstract

#include <InterpolateOpKernel.h>

Inheritance diagram for ThreeInterpolateGradOpKernel:

Public Member Functions

 ThreeInterpolateGradOpKernel (tensorflow::OpKernelConstruction *construction)
void Compute (tensorflow::OpKernelContext *context) override
virtual void Kernel (tensorflow::OpKernelContext *context, int b, int c, int n, int m, const float *grad_out, const int *idx, const float *weight, float *grad_points)=0

Protected Attributes

int M

Constructor & Destructor Documentation

◆ ThreeInterpolateGradOpKernel()

ThreeInterpolateGradOpKernel::ThreeInterpolateGradOpKernel ( tensorflow::OpKernelConstruction * construction)
inlineexplicit

Member Function Documentation

◆ Compute()

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

◆ Kernel()

virtual void ThreeInterpolateGradOpKernel::Kernel ( tensorflow::OpKernelContext * context,
int b,
int c,
int n,
int m,
const float * grad_out,
const int * idx,
const float * weight,
float * grad_points )
pure virtual

Field Documentation

◆ M

int ThreeInterpolateGradOpKernel::M
protected

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