Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DCuFFTPlanCache.h90 inline CuFFTTransformType GetCuFFTTransformType(bool complex_input, bool complex_output) { in GetCuFFTTransformType()
300 const auto complex_output = cufft_complex_output(fft_type); in CuFFTConfig() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/mkl/
H A DSpectralOps.cpp351 bool complex_input, bool complex_output, in _plan_mkl_fft()