Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DBatchLinearAlgebra.cpp903 template<> void lapackSyevd<c10::complex<double>, double>(char jobz, char uplo, int n, c10::complex… in lapackSyevd() function
907 template<> void lapackSyevd<c10::complex<float>, float>(char jobz, char uplo, int n, c10::complex<f… in lapackSyevd() function
911 template<> void lapackSyevd<double>(char jobz, char uplo, int n, double *a, int lda, double *w, dou… in lapackSyevd() function
917 template<> void lapackSyevd<float>(char jobz, char uplo, int n, float *a, int lda, float *w, float … in lapackSyevd() function