Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A 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
H A Dirfft2d.cc230 void Irfft2dReorder(int fft_height, int fft_width, double** fft_input_output) { in Irfft2dReorder()
244 void Irfft2dImpl(int fft_height, int fft_width, double** fft_input_output, in Irfft2dImpl()
260 double** fft_input_output) { in PrepareInputBuffer()
287 double** fft_input_output) { in PrepareOutputBuffer()
330 double** fft_input_output = new double*[fft_height]; in Irfft2dHelper() local