Searched defs:IFFT (Results 1 – 4 of 4) sorted by relevance
30 IFFT = 1, // Inverse FFT; complex in, complex out. enumerator
607 IFFT = 1; // Inverse FFT; complex in, complex out. enumerator
2230 TEST_F(OpTest, IFFT) { in TEST_F() argument
19292 func IFFT(scope *Scope, input tf.Output) (output tf.Output) { func