resample-poly / torch-ext /torch_binding.h
phanerozoic's picture
kernel source
27813b0 verified
Raw
History Blame
282 Bytes
#pragma once
#include <torch/torch.h>
void rp_resample(torch::Tensor& out, torch::Tensor const& x,
torch::Tensor const& taps, torch::Tensor const& start,
torch::Tensor const& len, torch::Tensor const& off,
int64_t L, int64_t M);