#pragma once #include 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);