Searched defs:RFFT (Results 1 – 3 of 3) sorted by relevance
519 RFFT = 2; // Forward real FFT; real in, fft_length / 2 + 1 complex out enumerator
1527 TEST_F(OpTest, RFFT) { in TEST_F() argument
25717 func RFFT(scope *Scope, input tf.Output, fft_length tf.Output) (output tf.Output) { func