Open3D (C++ API)  0.19.0
Loading...
Searching...
No Matches
ContinuousConvOpKernelCPU< TFeat, TOut, TReal, TIndex > Class Template Reference
Inheritance diagram for ContinuousConvOpKernelCPU< TFeat, TOut, TReal, TIndex >:
ContinuousConvOpKernel< TIndex >

Public Member Functions

 ContinuousConvOpKernelCPU (OpKernelConstruction *construction)
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)
Public Member Functions inherited from ContinuousConvOpKernel< TIndex >
 ContinuousConvOpKernel (tensorflow::OpKernelConstruction *construction)
void Compute (tensorflow::OpKernelContext *context) override

Additional Inherited Members

Data Fields inherited from ContinuousConvOpKernel< TIndex >
bool align_corners
bool normalize
open3d::ml::impl::InterpolationMode interpolation
open3d::ml::impl::CoordinateMapping coordinate_mapping
int max_temp_mem_MB

Constructor & Destructor Documentation

◆ ContinuousConvOpKernelCPU()

template<class TFeat, class TOut, class TReal, class TIndex>
ContinuousConvOpKernelCPU< TFeat, TOut, TReal, TIndex >::ContinuousConvOpKernelCPU ( OpKernelConstruction * construction)
inlineexplicit

Member Function Documentation

◆ Kernel()

template<class TFeat, class TOut, class TReal, class TIndex>
void ContinuousConvOpKernelCPU< TFeat, TOut, TReal, 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 )
inlinevirtual

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