Open3D (C++ API)  0.18.0
Public Member Functions | Data Fields
ContinuousConvOpKernel< TIndex > Class Template Referenceabstract

#include <ContinuousConvOpKernel.h>

Inheritance diagram for ContinuousConvOpKernel< TIndex >:
ContinuousConvOpKernelCPU< TFeat, TOut, TReal, TIndex >

Public Member Functions

 ContinuousConvOpKernel (tensorflow::OpKernelConstruction *construction)
 
void Compute (tensorflow::OpKernelContext *context) override
 
virtual void Kernel (tensorflow::OpKernelContext *context, const tensorflow::Tensor &filter, const tensorflow::Tensor &out_positions, const tensorflow::Tensor &extents, const tensorflow::Tensor &offset, const tensorflow::Tensor &inp_positions, const tensorflow::Tensor &inp_features, const tensorflow::Tensor &inp_importance, const tensorflow::Tensor &neighbors_index, const tensorflow::Tensor &neighbors_importance, const tensorflow::Tensor &neighbors_row_splits, const std::vector< int > &filter_dims, const bool individual_extents, const bool isotropic_extents, const bool point_importances, const bool has_neighbors_importances, tensorflow::Tensor &out_features)=0
 

Data Fields

bool align_corners
 
bool normalize
 
open3d::ml::impl::InterpolationMode interpolation
 
open3d::ml::impl::CoordinateMapping coordinate_mapping
 
int max_temp_mem_MB
 

Constructor & Destructor Documentation

◆ ContinuousConvOpKernel()

template<class TIndex >
ContinuousConvOpKernel< TIndex >::ContinuousConvOpKernel ( tensorflow::OpKernelConstruction *  construction)
inlineexplicit

Member Function Documentation

◆ Compute()

template<class TIndex >
void ContinuousConvOpKernel< TIndex >::Compute ( tensorflow::OpKernelContext *  context)
inlineoverride

◆ Kernel()

template<class TIndex >
virtual void ContinuousConvOpKernel< TIndex >::Kernel ( tensorflow::OpKernelContext *  context,
const tensorflow::Tensor &  filter,
const tensorflow::Tensor &  out_positions,
const tensorflow::Tensor &  extents,
const tensorflow::Tensor &  offset,
const tensorflow::Tensor &  inp_positions,
const tensorflow::Tensor &  inp_features,
const tensorflow::Tensor &  inp_importance,
const tensorflow::Tensor &  neighbors_index,
const tensorflow::Tensor &  neighbors_importance,
const tensorflow::Tensor &  neighbors_row_splits,
const std::vector< int > &  filter_dims,
const bool  individual_extents,
const bool  isotropic_extents,
const bool  point_importances,
const bool  has_neighbors_importances,
tensorflow::Tensor &  out_features 
)
pure virtual

Field Documentation

◆ align_corners

template<class TIndex >
bool ContinuousConvOpKernel< TIndex >::align_corners

◆ coordinate_mapping

template<class TIndex >
open3d::ml::impl::CoordinateMapping ContinuousConvOpKernel< TIndex >::coordinate_mapping

◆ interpolation

template<class TIndex >
open3d::ml::impl::InterpolationMode ContinuousConvOpKernel< TIndex >::interpolation

◆ max_temp_mem_MB

template<class TIndex >
int ContinuousConvOpKernel< TIndex >::max_temp_mem_MB

◆ normalize

template<class TIndex >
bool ContinuousConvOpKernel< TIndex >::normalize

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