Apache SINGA
A distributed deep learning platform .
 All Classes Namespaces Files Functions Variables Typedefs Macros
mshadow::expr::BLASEngine< gpu > Member List

This is the complete list of members for mshadow::expr::BLASEngine< gpu >, including all inherited members.

gemm(bool transa, bool transb, int m, int n, int k, float alpha, const float *A, int lda, const float *B, int ldb, float beta, float *C, int ldc) (defined in mshadow::expr::BLASEngine< gpu >)mshadow::expr::BLASEngine< gpu >inlinestatic
gemm(bool transa, bool transb, int m, int n, int k, double alpha, const double *A, int lda, const double *B, int ldb, double beta, double *C, int ldc) (defined in mshadow::expr::BLASEngine< gpu >)mshadow::expr::BLASEngine< gpu >inlinestatic
gemv(bool trans, int m, int n, float alpha, const float *A, int lda, const float *X, int incX, float beta, float *Y, int incY) (defined in mshadow::expr::BLASEngine< gpu >)mshadow::expr::BLASEngine< gpu >inlinestatic
gemv(bool trans, int m, int n, double alpha, const double *A, int lda, const double *X, int incX, double beta, double *Y, int incY) (defined in mshadow::expr::BLASEngine< gpu >)mshadow::expr::BLASEngine< gpu >inlinestatic
ger(int m, int n, float alpha, const float *X, int incX, const float *Y, int incY, float *A, int lda) (defined in mshadow::expr::BLASEngine< gpu >)mshadow::expr::BLASEngine< gpu >inlinestatic
ger(int m, int n, double alpha, const double *X, int incX, const double *Y, int incY, double *A, int lda) (defined in mshadow::expr::BLASEngine< gpu >)mshadow::expr::BLASEngine< gpu >inlinestatic
GetT(bool t) (defined in mshadow::expr::BLASEngine< gpu >)mshadow::expr::BLASEngine< gpu >inlinestatic