Function at::stft(const at::Tensor&, int64_t, ::std::optional<int64_t>, ::std::optional<int64_t>, const ::std::optional<at::Tensor>&, bool, c10::string_view, bool, ::std::optional<bool>, ::std::optional<bool>)¶
Defined in File Functions.h
Function Documentation¶
-
inline at::Tensor at::stft(const at::Tensor &self, int64_t n_fft, ::std::optional<int64_t> hop_length = ::std::nullopt, ::std::optional<int64_t> win_length = ::std::nullopt, const ::std::optional<at::Tensor> &window = {}, bool center = true, c10::string_view pad_mode = "reflect", bool normalized = false, ::std::optional<bool> onesided = ::std::nullopt, ::std::optional<bool> return_complex = ::std::nullopt)¶