Searched defs:IRFFT (Results 1 – 4 of 4) sorted by relevance
34 IRFFT = 3, // Inverse real FFT; fft_length / 2 + 1 complex in, enumerator
561 IRFFT = 3; // Inverse real FFT; fft_length / 2 + 1 complex in, enumerator
1557 TEST_F(OpTest, IRFFT) { in TEST_F() argument
46184 func IRFFT(scope *Scope, input tf.Output, fft_length tf.Output, optional ...IRFFTAttr) (output tf.O… func