Searched refs:fft_fn (Results 1 – 1 of 1) sorted by relevance
112 def _rfft_wrapper(fft_fn, fft_rank, default_name): argument141 return fft_fn(input_tensor, fft_length, Tcomplex=complex_dtype, name=name)142 _rfft.__doc__ = fft_fn.__doc__