Searched defs:lapackGeqrf (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | BatchLinearAlgebra.cpp | 855 template<> void lapackGeqrf<c10::complex<double>>(int m, int n, c10::complex<double> *a, int lda, c… in lapackGeqrf() function 859 template<> void lapackGeqrf<c10::complex<float>>(int m, int n, c10::complex<float> *a, int lda, c10… in lapackGeqrf() function 863 template<> void lapackGeqrf<double>(int m, int n, double *a, int lda, double *tau, double *work, in… in lapackGeqrf() function 867 template<> void lapackGeqrf<float>(int m, int n, float *a, int lda, float *tau, float *work, int lw… in lapackGeqrf() function
|