Open3D (C++ API)  0.18.0+252c867
Macros | Functions
RaggedToDenseOpKernel.cpp File Reference

(252c867 (Sun May 5 05:39:34 2024 +0000))

#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)
 

Macro Definition Documentation

◆ INSTANTIATE

#define INSTANTIATE (   T)
Value:
template torch::Tensor RaggedToDenseCPU<T>( \
const torch::Tensor&, const torch::Tensor&, const int64_t, \
const torch::Tensor&);

Function Documentation

◆ RaggedToDenseCPU()

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 
)