Open3D (C++ API)  0.13.0
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Functions
RaggedToDenseOpKernel.h File Reference

(c3f9de2 (Tue Jun 1 15:34:27 2021 -0700))

#include "torch/script.h"

Go to the source code of this file.

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)
 

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 
)