Searched defs:fft_input_output (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | rfft2d.cc | 247 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 D | irfft2d.cc | 230 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
|