Home
last modified time | relevance | path

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

123456

/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_blas.cc321 int lda, const DeviceMemory<float> &x, int incx, in DoBlasGemv()
332 const DeviceMemory<double> &a, int lda, in DoBlasGemv()
344 const DeviceMemory<std::complex<float>> &a, int lda, in DoBlasGemv()
357 const DeviceMemory<std::complex<double>> &a, int lda, in DoBlasGemv()
370 int lda, const DeviceMemory<float> &x, int incx, in DoBlasSbmv()
380 const DeviceMemory<double> &a, int lda, in DoBlasSbmv()
393 int lda, const DeviceMemoryBase &b, int ldb, in DoBlasGemm()
514 const DeviceMemory<float> &a, int lda, const DeviceMemory<float> &x, in DoBlasGemvWithProfiling()
524 const DeviceMemory<double> &a, int lda, const DeviceMemory<double> &x, in DoBlasGemvWithProfiling()
535 int lda, const DeviceMemory<std::complex<float>> &x, int incx, in DoBlasGemvWithProfiling()
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcusolver_context.cc341 int n, int lda, in PotrfBufferSize()
383 se::DeviceMemory<float> a, int lda, in Potrf()
396 se::DeviceMemory<double> a, int lda, in Potrf()
409 se::DeviceMemory<std::complex<float>> a, int lda, in Potrf()
423 int lda, se::DeviceMemory<int> lapack_info, in Potrf()
435 se::DeviceMemory<float*> as, int lda, in PotrfBatched()
447 se::DeviceMemory<double*> as, int lda, in PotrfBatched()
460 int lda, in PotrfBatched()
473 se::DeviceMemory<std::complex<double>*> as, int lda, in PotrfBatched()
/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
Dcuda_blas.cc538 int lda, const DeviceMemory<float> &x, int incx, in DoBlasInternalImpl()
548 const DeviceMemory<double> &a, int lda, in DoBlasInternalImpl()
559 const DeviceMemory<std::complex<float>> &a, int lda, in DoBlasInternalImpl()
574 const DeviceMemory<std::complex<double>> &a, int lda, in DoBlasInternalImpl()
589 int lda, const DeviceMemory<float> &x, int incx, in DoBlasInternalImpl()
599 const DeviceMemory<double> &a, int lda, in DoBlasInternalImpl()
612 int lda, const DeviceMemoryBase &b, int ldb, in DoBlasInternalImpl()
749 const DeviceMemory<float> &a, int lda, const DeviceMemory<float> &x, in DoBlasInternalImpl()
759 const DeviceMemory<double> &a, int lda, const DeviceMemory<double> &x, in DoBlasInternalImpl()
770 int lda, const DeviceMemory<std::complex<float>> &x, int incx, in DoBlasInternalImpl()
[all …]
/external/cblas/testing/
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_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_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_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_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_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/core/util/
Dcuda_solvers.cc349 const Scalar* A, int lda, in GeamImpl()
381 cublasFillMode_t uplo, int n, Scalar* A, int lda, in PotrfImpl()
414 const Scalar* const host_a_dev_ptrs[], int lda, in PotrfBatchedImpl()
450 int n, Scalar* A, int lda, int* dev_pivots, in GetrfImpl()
483 const Scalar* A, int lda, const int* pivots, in GetrsImpl()
509 int n, Scalar* A, int lda, Scalar* tau, in GeqrfImpl()
543 int lda, const Scalar* dev_tau, Scalar* dev_c, in UnmqrImpl()
586 int n, int k, Scalar* dev_a, int lda, in UngqrImpl()
625 int n, Scalar* dev_A, int lda, in HeevdImpl()
679 int n, Scalar* A, int lda, Scalar* S, Scalar* U, in GesvdImpl()
[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/tensorflow/tensorflow/compiler/xla/stream_executor/
Dstream.cc1257 float alpha, const DeviceMemory<float> &a, int lda, in ThenBlasGemv()
1274 int lda, const DeviceMemory<double> &x, int incx, in ThenBlasGemv()
1291 int lda, in ThenBlasGemv()
1311 int lda, in ThenBlasGemv()
1329 float alpha, const DeviceMemory<float> &a, int lda, in ThenBlasSbmv()
1345 int lda, const DeviceMemory<double> &x, int incx, in ThenBlasSbmv()
1378 const DeviceMemory<float> &a, int lda, const DeviceMemory<float> &x, in ThenBlasGemvWithProfiling()
1395 const DeviceMemory<double> &a, int lda, const DeviceMemory<double> &x, in ThenBlasGemvWithProfiling()
1413 const DeviceMemory<std::complex<float>> &a, int lda, in ThenBlasGemvWithProfiling()
1433 const DeviceMemory<std::complex<double>> &a, int lda, in ThenBlasGemvWithProfiling()
[all …]
Dstream.h756 const DeviceMemory<InputType> &a, int lda, in ThenBlasGemm()
770 const DeviceMemory<InputType> &a, int lda, in ThenBlasGemm()
780 const DeviceMemory<InputType> &a, int lda, in ThenBlasGemm()
818 const DeviceMemory<InputType> &a, int lda, in ThenBlasGemm()
867 uint64_t k, const DeviceMemory<InputType> &a, int lda, in ThenBlasGemmWithAlgorithm()
882 uint64_t k, ConstantType alpha, const DeviceMemory<InputType> &a, int lda, in ThenBlasGemmWithAlgorithm()
920 uint64_t k, ConstantType alpha, const DeviceMemory<InputType> &a, int lda, in ThenBlasGemmStridedBatchedWithAlgorithm()
1035 uint64_t k, ConstantType alpha, const DeviceMemory<InputType> &a, int lda, in ThenBlasGemmStridedBatched()
/external/eigen/bench/
Dbench_gemm.cpp90 int lda = a.outerStride(); int ldb = b.outerStride(); int ldc = c.rows(); in blas_gemm() local
102 int lda = a.outerStride(); int ldb = b.outerStride(); int ldc = c.rows(); in blas_gemm() local
114 int lda = a.outerStride(); int ldb = b.outerStride(); int ldc = c.rows(); in blas_gemm() local
126 int lda = a.outerStride(); int ldb = b.outerStride(); int ldc = c.rows(); in blas_gemm() local
/external/gemmlowp/eight_bit_int_gemm/
Deight_bit_int_gemm.cc70 const std::uint8_t* a, std::int32_t a_offset, int lda, in EightBitIntGemmImpl()
110 int lda, const std::uint8_t* b, in EightBitIntGemmInt32Impl()
218 int m, int n, int k, int lda, int ldb, int ldc, in CanHandleMetaFastpath()
303 std::int32_t a_offset, int lda, const std::uint8_t* b, in EightBitIntGemm()
340 std::int32_t a_offset, std::int32_t lda, in EightBitIntGemm()
/external/cblas/examples/
Dcblas_example1.c14 int m, n, lda, incx, incy, i; in main() local
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_matmul_op.cc147 const int n, const int k, const float* a, const int lda, in MklBlasGemm()
180 const int n, const int k, const bfloat16* a, const int lda, in MklBlasGemm()
/external/tensorflow/tensorflow/core/kernels/
Dquantized_matmul_op.cc40 int offset_a, int offset_b, int lda, int ldb, int ldc) { in GemmlowpMultiply()
146 const size_t lda = a.dim_size(1); in Compute() local
/external/cblas/src/
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_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()

123456