Searched defs:IRFFT (Results 1 – 3 of 3) sorted by relevance
520 IRFFT = 3; // Inverse real FFT; fft_length / 2 + 1 complex in, enumerator
1556 TEST_F(OpTest, IRFFT) { in TEST_F() argument
13387 func IRFFT(scope *Scope, input tf.Output, fft_length tf.Output) (output tf.Output) { func