Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DSpectralOps.cpp418 Tensor _fft_c2r_cufft(const Tensor& self, IntArrayRef dim, int64_t normalization, int64_t lastdim) { in _fft_c2r_cufft()
452 int64_t normalization, int64_t lastdim, Tensor& out) { in _fft_c2r_cufft_out()
/aosp_15_r20/external/pytorch/torch/
H A D_meta_registrations.py369 def meta_fft_c2r(self, dim, normalization, lastdim): argument