Home
last modified time | relevance | path

Searched refs:fft_height_half (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Drfft2d.cc248 int fft_height_half; in Rfft2dReorder() local
252 fft_height_half = fft_height >> 1; in Rfft2dReorder()
263 for (int i = fft_height_half + 1; i < fft_height; ++i) { in Rfft2dReorder()
277 fft_input_output[fft_height_half][fft_width] = in Rfft2dReorder()
278 fft_input_output[fft_height_half][1]; in Rfft2dReorder()
279 fft_input_output[fft_height_half][fft_width + 1] = 0; in Rfft2dReorder()
280 fft_input_output[fft_height_half][1] = 0; in Rfft2dReorder()