Home
last modified time | relevance | path

Searched defs:fft_input_output (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Drfft2d.cc247 void Rfft2dReorder(int fft_height, int fft_width, double** fft_input_output) { in Rfft2dReorder()
300 void Rfft2dImpl(int fft_height, int fft_width, double** fft_input_output, in Rfft2dImpl()
316 double** fft_input_output) { in PrepareInputBuffer()
339 int fft_width, double** fft_input_output) { in PrepareOutputBuffer()
382 double** fft_input_output = new double*[fft_height]; in Rfft2dHelper() local