Searched refs:SGBMV (Results 1 - 4 of 4) sorted by relevance
/frameworks/rs/cpp/ |
H A D | rsCppStructs.h | 1911 * SGBMV performs one of the matrix-vector operations 1934 void SGBMV(RsBlasTranspose TransA,
|
H A D | ScriptIntrinsicBLAS.cpp | 257 void ScriptIntrinsicBLAS::SGBMV(RsBlasTranspose TransA, int KL, int KU, float alpha, const sp<Allocation>& A, function in class:ScriptIntrinsicBLAS
|
/frameworks/base/rs/java/android/renderscript/ |
H A D | ScriptIntrinsicBLAS.java | 394 * SGBMV performs one of the matrix-vector operations 417 public void SGBMV(@Transpose int TransA, int KL, int KU, float alpha, Allocation A, Allocation X, int incX, float beta, Allocation Y, int incY) { method in class:ScriptIntrinsicBLAS
|
/frameworks/rs/support/java/src/android/support/v8/renderscript/ |
H A D | ScriptIntrinsicBLAS.java | 441 * SGBMV performs one of the matrix-vector operations 464 public void SGBMV(@Transpose int TransA, int KL, int KU, float alpha, Allocation A, Allocation X, int incX, float beta, Allocation Y, int incY) { method in class:ScriptIntrinsicBLAS
|
Completed in 202 milliseconds