#pragma once // @generated by torchgen/gen.py from NativeFunction.h #include #include #include #include #include #include #include #include #include #include namespace at { namespace native { TORCH_API at::Tensor fft_ihfft(const at::Tensor & self, c10::optional n=c10::nullopt, int64_t dim=-1, c10::optional norm=c10::nullopt); TORCH_API at::Tensor & fft_ihfft_out(const at::Tensor & self, c10::optional n, int64_t dim, c10::optional norm, at::Tensor & out); } // namespace native } // namespace at