Searched defs:RFFT (Results 1 – 4 of 4) sorted by relevance
33 RFFT = 2, // Forward real FFT; real in, fft_length / 2 + 1 complex out enumerator
560 RFFT = 2; // Forward real FFT; real in, fft_length / 2 + 1 complex out enumerator
1528 TEST_F(OpTest, RFFT) { in TEST_F() argument
38283 func RFFT(scope *Scope, input tf.Output, fft_length tf.Output, optional ...RFFTAttr) (output tf.Out… func