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