[go: nahoru, domu]

Searched refs:SGEMV (Results 1 - 4 of 4) sorted by relevance

/frameworks/rs/cpp/
H A DrsCppStructs.h1835 * SGEMV performs one of the matrix-vector operations
1849 void SGEMV(RsBlasTranspose TransA,
H A DScriptIntrinsicBLAS.cpp205 void ScriptIntrinsicBLAS::SGEMV(RsBlasTranspose TransA, float alpha, sp<Allocation> A, sp<Allocation> X, function in class:ScriptIntrinsicBLAS
/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicBLAS.java306 * SGEMV performs one of the matrix-vector operations
320 public void SGEMV(@Transpose int TransA, float alpha, Allocation A, Allocation X, int incX, float beta, Allocation Y, int incY) { method in class:ScriptIntrinsicBLAS
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicBLAS.java313 * SGEMV performs one of the matrix-vector operations
327 public void SGEMV(@Transpose int TransA, float alpha, Allocation A, Allocation X, int incX, float beta, Allocation Y, int incY) { method in class:ScriptIntrinsicBLAS

Completed in 128 milliseconds