![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|

Go to the source code of this file.
Namespaces | |
| cloudViewer | |
| Generic file read and write utility for python interface. | |
| cloudViewer::ml | |
| cloudViewer::ml::impl | |
Macros | |
| #define | VECSIZE 32 |
| #define | FN_PARAMETERS |
| #define | CALL_TEMPLATE(INTERPOLATION, MAPPING, ALIGN_CORNERS, INDIVIDUAL_EXTENT, ISOTROPIC_EXTENT, NORMALIZE) |
| #define | CALL_TEMPLATE2(INTERPOLATION, MAPPING) |
| #define | CALL_TEMPLATE3(INTERPOLATION) |
| #define | CALL_TEMPLATE4 |
Functions | |
| template<class TFeat , class TOut , class TReal , class TIndex , InterpolationMode INTERPOLATION, CoordinateMapping MAPPING, bool ALIGN_CORNERS, bool INDIVIDUAL_EXTENT, bool ISOTROPIC_EXTENT, bool NORMALIZE> | |
| void | cloudViewer::ml::impl::_CConvTransposeComputeFeaturesCPU (TOut *out_features, const std::vector< int > &filter_dims, const TFeat *filter, size_t num_out, const TReal *out_positions, const TFeat *out_importance, size_t num_inp, const TReal *inp_positions, const TFeat *inp_features, const TFeat *inp_neighbors_importance_sum, const int64_t *inp_neighbors_row_splits, size_t neighbors_index_size, const TIndex *neighbors_index, const TFeat *neighbors_importance, const int64_t *neighbors_row_splits, const TReal *extents, const TReal *offsets) |
| template<class TFeat , class TOut , class TReal , class TIndex > | |
| void | cloudViewer::ml::impl::CConvTransposeComputeFeaturesCPU (TOut *out_features, const std::vector< int > &filter_dims, const TFeat *filter, size_t num_out, const TReal *out_positions, const TFeat *out_importance, size_t num_inp, const TReal *inp_positions, const TFeat *inp_features, const TFeat *inp_neighbors_importance_sum, const int64_t *inp_neighbors_row_splits, size_t neighbors_index_size, const TIndex *neighbors_index, const TFeat *neighbors_importance, const int64_t *neighbors_row_splits, const TReal *extents, const TReal *offsets, InterpolationMode interpolation, CoordinateMapping coordinate_mapping, bool align_corners, bool individual_extent, bool isotropic_extent, bool normalize) |
| #define CALL_TEMPLATE | ( | INTERPOLATION, | |
| MAPPING, | |||
| ALIGN_CORNERS, | |||
| INDIVIDUAL_EXTENT, | |||
| ISOTROPIC_EXTENT, | |||
| NORMALIZE | |||
| ) |
| #define CALL_TEMPLATE2 | ( | INTERPOLATION, | |
| MAPPING | |||
| ) |
| #define CALL_TEMPLATE3 | ( | INTERPOLATION | ) |
| #define CALL_TEMPLATE4 |
| #define FN_PARAMETERS |
| #define VECSIZE 32 |