Function tensorflow::ops::irfft

source ·
pub fn irfft<O0: Into<Output>, O1: Into<Output>>(
    input: O0,
    fft_length: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for IRFFT::new().build(input, fft_length, scope).