#include <ContinuousConvOpKernel.h>
|
| 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 |
|
◆ ContinuousConvOpKernel()
◆ Compute()
◆ 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 |
◆ align_corners
◆ coordinate_mapping
◆ interpolation
◆ max_temp_mem_MB
◆ normalize
The documentation for this class was generated from the following file: