Searched defs:fft_width (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | rfft2d.cc | 119 int fft_height, fft_width; in ResizeOutputandTemporaryTensors() local 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() 315 int input_width, int fft_height, int fft_width, in PrepareInputBuffer() 339 int fft_width, double** fft_input_output) { in PrepareOutputBuffer() 362 int fft_height, fft_width; in Rfft2dHelper() local
|
H A D | irfft2d.cc | 119 int fft_height, fft_width; in ResizeOutputandTemporaryTensors() local 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() 259 int input_width, int fft_height, int fft_width, in PrepareInputBuffer() 286 void PrepareOutputBuffer(float* output_data, int fft_height, int fft_width, in PrepareOutputBuffer() 310 int fft_height, fft_width; in Irfft2dHelper() local
|