Home
last modified time | relevance | path

Searched defs:lda (Results 1 – 25 of 127) sorted by relevance

123456

/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_blas.cc831 const DeviceMemory<float> &a, int lda, in DoBlasGbmv()
841 const DeviceMemory<double> &a, int lda, in DoBlasGbmv()
852 const DeviceMemory<std::complex<float>> &a, int lda, in DoBlasGbmv()
864 const DeviceMemory<std::complex<double>> &a, int lda, in DoBlasGbmv()
875 int lda, const DeviceMemory<float> &x, int incx, in DoBlasGemv()
885 int lda, const DeviceMemory<double> &x, int incx, in DoBlasGemv()
895 const DeviceMemory<std::complex<float>> &a, int lda, in DoBlasGemv()
906 const DeviceMemory<std::complex<double>> &a, int lda, in DoBlasGemv()
918 DeviceMemory<float> *a, int lda) { in DoBlasGer()
927 DeviceMemory<double> *a, int lda) { in DoBlasGer()
[all …]
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_blas.cc872 const DeviceMemory<float> &a, int lda, in DoBlasGbmv()
883 const DeviceMemory<double> &a, int lda, in DoBlasGbmv()
895 const DeviceMemory<std::complex<float>> &a, int lda, in DoBlasGbmv()
909 const DeviceMemory<std::complex<double>> &a, int lda, in DoBlasGbmv()
922 int lda, const DeviceMemory<float> &x, int incx, in DoBlasGemv()
932 int lda, const DeviceMemory<double> &x, int incx, in DoBlasGemv()
942 const DeviceMemory<std::complex<float>> &a, int lda, in DoBlasGemv()
955 const DeviceMemory<std::complex<double>> &a, int lda, in DoBlasGemv()
969 DeviceMemory<float> *a, int lda) { in DoBlasGer()
978 DeviceMemory<double> *a, int lda) { in DoBlasGer()
[all …]
/external/cblas/testing/
Dc_zblas3.c15 int *k, CBLAS_TEST_ZOMPLEX *alpha, CBLAS_TEST_ZOMPLEX *a, int *lda, in F77_zgemm()
91 CBLAS_TEST_ZOMPLEX *alpha, CBLAS_TEST_ZOMPLEX *a, int *lda, in F77_zhemm()
155 CBLAS_TEST_ZOMPLEX *alpha, CBLAS_TEST_ZOMPLEX *a, int *lda, in F77_zsymm()
210 double *alpha, CBLAS_TEST_ZOMPLEX *a, int *lda, in F77_zherk()
266 CBLAS_TEST_ZOMPLEX *alpha, CBLAS_TEST_ZOMPLEX *a, int *lda, in F77_zsyrk()
321 CBLAS_TEST_ZOMPLEX *alpha, CBLAS_TEST_ZOMPLEX *a, int *lda, in F77_zher2k()
385 CBLAS_TEST_ZOMPLEX *alpha, CBLAS_TEST_ZOMPLEX *a, int *lda, in F77_zsyr2k()
450 int *lda, CBLAS_TEST_ZOMPLEX *b, int *ldb) { in F77_ztrmm()
509 int *lda, CBLAS_TEST_ZOMPLEX *b, int *ldb) { in F77_ztrsm()
Dc_cblas3.c15 int *k, CBLAS_TEST_COMPLEX *alpha, CBLAS_TEST_COMPLEX *a, int *lda, in F77_cgemm()
91 CBLAS_TEST_COMPLEX *alpha, CBLAS_TEST_COMPLEX *a, int *lda, in F77_chemm()
155 CBLAS_TEST_COMPLEX *alpha, CBLAS_TEST_COMPLEX *a, int *lda, in F77_csymm()
210 float *alpha, CBLAS_TEST_COMPLEX *a, int *lda, in F77_cherk()
266 CBLAS_TEST_COMPLEX *alpha, CBLAS_TEST_COMPLEX *a, int *lda, in F77_csyrk()
321 CBLAS_TEST_COMPLEX *alpha, CBLAS_TEST_COMPLEX *a, int *lda, in F77_cher2k()
385 CBLAS_TEST_COMPLEX *alpha, CBLAS_TEST_COMPLEX *a, int *lda, in F77_csyr2k()
450 int *lda, CBLAS_TEST_COMPLEX *b, int *ldb) { in F77_ctrmm()
509 int *lda, CBLAS_TEST_COMPLEX *b, int *ldb) { in F77_ctrsm()
Dc_cblas2.c13 CBLAS_TEST_COMPLEX *a, int *lda, const void *x, int *incx, in F77_cgemv()
42 CBLAS_TEST_COMPLEX *alpha, CBLAS_TEST_COMPLEX *a, int *lda, in F77_cgbmv()
90 CBLAS_TEST_COMPLEX *a, int *lda){ in F77_cgeru()
119 CBLAS_TEST_COMPLEX *a, int *lda) { in F77_cgerc()
146 CBLAS_TEST_COMPLEX *a, int *lda, CBLAS_TEST_COMPLEX *x, in F77_chemv()
176 CBLAS_TEST_COMPLEX *alpha, CBLAS_TEST_COMPLEX *a, int *lda, in F77_chbmv()
296 int *n, int *k, CBLAS_TEST_COMPLEX *a, int *lda, CBLAS_TEST_COMPLEX *x, in F77_ctbmv()
359 int *n, int *k, CBLAS_TEST_COMPLEX *a, int *lda, CBLAS_TEST_COMPLEX *x, in F77_ctbsv()
533 int *n, CBLAS_TEST_COMPLEX *a, int *lda, CBLAS_TEST_COMPLEX *x, in F77_ctrmv()
562 int *n, CBLAS_TEST_COMPLEX *a, int *lda, CBLAS_TEST_COMPLEX *x, in F77_ctrsv()
[all …]
Dc_zblas2.c13 CBLAS_TEST_ZOMPLEX *a, int *lda, const void *x, int *incx, in F77_zgemv()
42 CBLAS_TEST_ZOMPLEX *alpha, CBLAS_TEST_ZOMPLEX *a, int *lda, in F77_zgbmv()
90 CBLAS_TEST_ZOMPLEX *a, int *lda){ in F77_zgeru()
119 CBLAS_TEST_ZOMPLEX *a, int *lda) { in F77_zgerc()
146 CBLAS_TEST_ZOMPLEX *a, int *lda, CBLAS_TEST_ZOMPLEX *x, in F77_zhemv()
176 CBLAS_TEST_ZOMPLEX *alpha, CBLAS_TEST_ZOMPLEX *a, int *lda, in F77_zhbmv()
296 int *n, int *k, CBLAS_TEST_ZOMPLEX *a, int *lda, CBLAS_TEST_ZOMPLEX *x, in F77_ztbmv()
359 int *n, int *k, CBLAS_TEST_ZOMPLEX *a, int *lda, CBLAS_TEST_ZOMPLEX *x, in F77_ztbsv()
533 int *n, CBLAS_TEST_ZOMPLEX *a, int *lda, CBLAS_TEST_ZOMPLEX *x, in F77_ztrmv()
562 int *n, CBLAS_TEST_ZOMPLEX *a, int *lda, CBLAS_TEST_ZOMPLEX *x, in F77_ztrsv()
[all …]
Dc_sblas3.c13 int *k, float *alpha, float *a, int *lda, float *b, int *ldb, in F77_sgemm()
74 float *alpha, float *a, int *lda, float *b, int *ldb, in F77_ssymm()
128 float *alpha, float *a, int *lda, in F77_ssyrk()
176 float *alpha, float *a, int *lda, float *b, int *ldb, in F77_ssyr2k()
231 int *m, int *n, float *alpha, float *a, int *lda, float *b, in F77_strmm()
282 int *m, int *n, float *alpha, float *a, int *lda, float *b, in F77_strsm()
Dc_dblas3.c15 int *k, double *alpha, double *a, int *lda, double *b, int *ldb, in F77_dgemm()
77 double *alpha, double *a, int *lda, double *b, int *ldb, in F77_dsymm()
131 double *alpha, double *a, int *lda, in F77_dsyrk()
179 double *alpha, double *a, int *lda, double *b, int *ldb, in F77_dsyr2k()
234 int *m, int *n, double *alpha, double *a, int *lda, double *b, in F77_dtrmm()
285 int *m, int *n, double *alpha, double *a, int *lda, double *b, in F77_dtrsm()
Dc_dblas2.c12 double *a, int *lda, double *x, int *incx, double *beta, in F77_dgemv()
39 double *y, int *incy, double *a, int *lda ) { in F77_dger()
64 int *n, double *a, int *lda, double *x, int *incx) { in F77_dtrmv()
92 int *n, double *a, int *lda, double *x, int *incx ) { in F77_dtrsv()
116 int *lda, double *x, int *incx, double *beta, double *y, in F77_dsymv()
140 int *incx, double *a, int *lda) { in F77_dsyr()
164 int *incx, double *y, int *incy, double *a, int *lda) { in F77_dsyr2()
188 double *alpha, double *a, int *lda, double *x, int *incx, in F77_dgbmv()
226 int *n, int *k, double *a, int *lda, double *x, int *incx) { in F77_dtbmv()
272 int *n, int *k, double *a, int *lda, double *x, int *incx) { in F77_dtbsv()
[all …]
Dc_sblas2.c12 float *a, int *lda, float *x, int *incx, float *beta, in F77_sgemv()
39 float *y, int *incy, float *a, int *lda ) { in F77_sger()
64 int *n, float *a, int *lda, float *x, int *incx) { in F77_strmv()
92 int *n, float *a, int *lda, float *x, int *incx ) { in F77_strsv()
116 int *lda, float *x, int *incx, float *beta, float *y, in F77_ssymv()
140 int *incx, float *a, int *lda) { in F77_ssyr()
164 int *incx, float *y, int *incy, float *a, int *lda) { in F77_ssyr2()
188 float *alpha, float *a, int *lda, float *x, int *incx, in F77_sgbmv()
226 int *n, int *k, float *a, int *lda, float *x, int *incx) { in F77_stbmv()
272 int *n, int *k, float *a, int *lda, float *x, int *incx) { in F77_stbsv()
[all …]
/external/tensorflow/tensorflow/stream_executor/
Dstream.cc2502 const DeviceMemory<float> &a, int lda, in ThenBlasGbmv()
2518 const DeviceMemory<double> &a, int lda, in ThenBlasGbmv()
2535 int lda, in ThenBlasGbmv()
2555 int lda, in ThenBlasGbmv()
2573 float alpha, const DeviceMemory<float> &a, int lda, in ThenBlasGemv()
2589 int lda, const DeviceMemory<double> &x, int incx, in ThenBlasGemv()
2605 int lda, in ThenBlasGemv()
2625 int lda, in ThenBlasGemv()
2645 DeviceMemory<float> *a, int lda) { in ThenBlasGer()
2659 DeviceMemory<double> *a, int lda) { in ThenBlasGer()
[all …]
/external/tensorflow/tensorflow/core/kernels/
Dmkl_matmul_op.cc150 const int k, const float* a, const int lda, const float* b, in MklBlasGemm()
181 const int k, const double* a, const int lda, const double* b, in MklBlasGemm()
193 const int k, const complex64* a, const int lda, in MklBlasGemm()
209 const int k, const complex128* a, const int lda, in MklBlasGemm()
Dcuda_solvers.cc329 const Scalar* A, int lda, in GeamImpl()
362 cublasFillMode_t uplo, int n, Scalar* A, int lda, in PotrfImpl()
395 int n, Scalar* A, int lda, int* dev_pivots, in GetrfImpl()
428 const Scalar* A, int lda, const int* pivots, in GetrsImpl()
455 int n, Scalar* A, int lda, Scalar* tau, in GeqrfImpl()
490 int lda, const Scalar* dev_tau, Scalar* dev_c, in UnmqrImpl()
534 int n, int k, Scalar* dev_a, int lda, in UngqrImpl()
574 int n, Scalar* dev_A, int lda, in HeevdImpl()
615 signed char jobu, signed char jobvt, int m, int n, Scalar* A, int lda, in GesvdImpl()
652 Scalar* A, int lda, Scalar* S, Scalar* U, in GesvdjBatchedImpl()
[all …]
/external/eigen/Eigen/src/SparseLU/
DSparseLU_column_bmod.h99 Index lda = glu.xlusup(fst_col+1) - glu.xlusup(fst_col); in column_bmod() local
165 Index lda = glu.xlusup(jcol+1) - glu.xlusup(jcol); in column_bmod() local
DSparseLU_panel_bmod.h136 Index lda = glu.xlusup(fsupc+1) - glu.xlusup(fsupc); in panel_bmod() local
204 Index lda = glu.xlusup(fsupc+1)-glu.xlusup(fsupc);// nsupr in panel_bmod() local
/external/cblas/examples/
Dcblas_example1.c14 int m, n, lda, incx, incy, i; in main() local
Dcblas_example2.c12 int rout=-1,info=0,m,n,k,lda,ldb,ldc; in main() local
/external/eigen/bench/
Dbench_gemm.cpp64 int lda = a.rows(); int ldb = b.rows(); int ldc = c.rows(); in blas_gemm() local
75 int lda = a.rows(); int ldb = b.rows(); int ldc = c.rows(); in blas_gemm() local
86 int lda = a.rows(); int ldb = b.rows(); int ldc = c.rows(); in blas_gemm() local
97 int lda = a.rows(); int ldb = b.rows(); int ldc = c.rows(); in blas_gemm() local
/external/cblas/src/
Dcblas_sger.c14 const float *Y, const int incY, float *A, const int lda) in cblas_sger()
Dcblas_dger.c14 const double *Y, const int incY, double *A, const int lda) in cblas_dger()
Dcblas_zgeru.c12 const void *Y, const int incY, void *A, const int lda) in cblas_zgeru()
Dcblas_cgeru.c12 const void *Y, const int incY, void *A, const int lda) in cblas_cgeru()
Dcblas_dsyr.c14 const int incX, double *A, const int lda) in cblas_dsyr()
Dcblas_ssyr.c13 const int incX, float *A, const int lda) in cblas_ssyr()
/external/gemmlowp/eight_bit_int_gemm/
Deight_bit_int_gemm.cc73 const std::uint8_t* a, std::int32_t a_offset, int lda, in EightBitIntGemmImpl()
113 int lda, const std::uint8_t* b, in EightBitIntGemmInt32Impl()
221 int m, int n, int k, int lda, int ldb, int ldc, in CanHandleMetaFastpath()
306 std::int32_t a_offset, int lda, const std::uint8_t* b, in EightBitIntGemm()
343 std::int32_t a_offset, std::int32_t lda, in EightBitIntGemm()

123456