Open3D (C++ API)  0.18.0
ReduceSubarraysSumOps.h
Go to the documentation of this file.
1 // ----------------------------------------------------------------------------
2 // - Open3D: www.open3d.org -
3 // ----------------------------------------------------------------------------
4 // Copyright (c) 2018-2023 www.open3d.org
5 // SPDX-License-Identifier: MIT
6 // ----------------------------------------------------------------------------
7 //
8 #pragma once
9 
10 #include "torch/script.h"
11 
12 torch::Tensor ReduceSubarraysSum(torch::Tensor values,
13  torch::Tensor row_splits);
torch::Tensor ReduceSubarraysSum(torch::Tensor values, torch::Tensor row_splits)
Definition: ReduceSubarraysSumOps.cpp:17