Open3D (C++ API)
0.12.0
|
#include "open3d/ml/pytorch/misc/RaggedToDenseOpKernel.h"
#include "open3d/ml/impl/misc/RaggedToDense.h"
#include "open3d/ml/pytorch/TorchHelper.h"
#include "torch/script.h"
Macros | |
#define | INSTANTIATE(T) |
Functions | |
template<class T > | |
torch::Tensor | RaggedToDenseCPU (const torch::Tensor &values, const torch::Tensor &row_splits, const int64_t out_col_size, const torch::Tensor &default_value) |
#define INSTANTIATE | ( | T | ) |
torch::Tensor RaggedToDenseCPU | ( | const torch::Tensor & | values, |
const torch::Tensor & | row_splits, | ||
const int64_t | out_col_size, | ||
const torch::Tensor & | default_value | ||
) |