pub fn irfft2_d<O0: Into<Output>, O1: Into<Output>>( input: O0, fft_length: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for IRFFT2D::new().build(input, fft_length, scope).
IRFFT2D::new().build(input, fft_length, scope)