|
Open3D (C++ API)
0.18.0+252c867
|
#include <torch/script.h>#include <vector>#include "open3d/ml/pytorch/TorchHelper.h"#include "open3d/ml/pytorch/misc/InvertNeighborsListOps.h"#include "open3d/ml/pytorch/misc/ReduceSubarraysSumOps.h"#include "open3d/ml/pytorch/sparse_conv/SparseConvBackpropFilterOpKernel.h"#include "open3d/ml/pytorch/sparse_conv/SparseConvOpKernel.h"#include "open3d/ml/pytorch/sparse_conv/SparseConvTransposeOpKernel.h"Data Structures | |
| class | SparseConvFunction |
Macros | |
| #define | FN_PARAMETERS |
| #define | CALL(feat_t, out_t, index_t, kernel_index_t, fn) |
| #define | CALL(feat_t, out_t, index_t, kernel_index_t, fn_suffix) |
Functions | |
| torch::Tensor | SparseConv (const torch::Tensor &filters, const torch::Tensor &inp_features, const torch::Tensor &inp_importance, const torch::Tensor &neighbors_index, const torch::Tensor &neighbors_kernel_index, const torch::Tensor &neighbors_importance, const torch::Tensor &neighbors_row_splits, const bool normalize, const int64_t max_temp_mem_MB) |
| #define CALL | ( | feat_t, | |
| out_t, | |||
| index_t, | |||
| kernel_index_t, | |||
| fn | |||
| ) |
| #define CALL | ( | feat_t, | |
| out_t, | |||
| index_t, | |||
| kernel_index_t, | |||
| fn_suffix | |||
| ) |
| #define FN_PARAMETERS |
| torch::Tensor SparseConv | ( | const torch::Tensor & | filters, |
| const torch::Tensor & | inp_features, | ||
| const torch::Tensor & | inp_importance, | ||
| const torch::Tensor & | neighbors_index, | ||
| const torch::Tensor & | neighbors_kernel_index, | ||
| const torch::Tensor & | neighbors_importance, | ||
| const torch::Tensor & | neighbors_row_splits, | ||
| const bool | normalize, | ||
| const int64_t | max_temp_mem_MB | ||
| ) |