(313315d (Wed Dec 23 23:39:47 2020 -0800))
#include "torch/script.h"
Go to the source code of this file.
|
std::tuple< torch::Tensor, torch::Tensor, torch::Tensor > | InvertNeighborsList (int64_t num_points, torch::Tensor inp_neighbors_index, torch::Tensor inp_neighbors_row_splits, torch::Tensor inp_neighbors_attributes) |
|
◆ InvertNeighborsList()
std::tuple<torch::Tensor, torch::Tensor, torch::Tensor> InvertNeighborsList |
( |
int64_t |
num_points, |
|
|
torch::Tensor |
inp_neighbors_index, |
|
|
torch::Tensor |
inp_neighbors_row_splits, |
|
|
torch::Tensor |
inp_neighbors_attributes |
|
) |
| |