mxnet
mshadow::expr::BLASEngine< Device, DType > Member List

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

batched_gemm(Stream< Device > *stream, bool transa, bool transb, int m, int n, int k, DType alpha, const DType *A, int lda, const DType *B, int ldb, DType beta, DType *C, int ldc, int batch_count, DType **workspace)mshadow::expr::BLASEngine< Device, DType >inlinestatic
batched_gemv(Stream< Device > *stream, bool trans, int m, int n, DType alpha, const DType *A, int lda, const DType *X, int incX, DType beta, DType *Y, int incY, int batch_count)mshadow::expr::BLASEngine< Device, DType >inlinestatic
batched_ger(Stream< Device > *stream, int m, int n, DType alpha, const DType *X, int incX, const DType *Y, int incY, DType *A, int lda, int batch_count)mshadow::expr::BLASEngine< Device, DType >inlinestatic
dot(Stream< Device > *stream, int n, const DType *X, int incX, const DType *Y, int incY, DType *ret)mshadow::expr::BLASEngine< Device, DType >inlinestatic
gemm(Stream< Device > *stream, bool transa, bool transb, int m, int n, int k, DType alpha, const DType *A, int lda, const DType *B, int ldb, DType beta, DType *C, int ldc)mshadow::expr::BLASEngine< Device, DType >inlinestatic
gemv(Stream< Device > *stream, bool trans, int m, int n, DType alpha, const DType *A, int lda, const DType *X, int incX, DType beta, DType *Y, int incY)mshadow::expr::BLASEngine< Device, DType >inlinestatic
ger(Stream< Device > *stream, int m, int n, DType alpha, const DType *X, int incX, const DType *Y, int incY, DType *A, int lda)mshadow::expr::BLASEngine< Device, DType >inlinestatic
GetT(bool t)mshadow::expr::BLASEngine< Device, DType >inlinestatic
SetStream(Stream< Device > *stream)mshadow::expr::BLASEngine< Device, DType >inlinestatic