File size: 220 Bytes
2595c46 |
1 2 3 4 5 6 |
#pragma once
#include <torch/torch.h>
torch::Tensor exclusive_cumsum_wrapper(torch::Tensor x, int64_t dim, torch::Tensor out);
// torch::Tensor inclusive_cumsum_wrapper(torch::Tensor x, int64_t dim, torch::Tensor out); |