Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Drfft2d.cc119 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