Searched defs:SGEMM (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/cpp/
H A DScriptIntrinsicBLAS.cpp1270 void ScriptIntrinsicBLAS::SGEMM(RsBlasTranspose TransA, RsBlasTranspose TransB, float alpha, function in class:ScriptIntrinsicBLAS
/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicBLAS.java2327 * SGEMM performs one of the matrix-matrix operations
2340 public void SGEMM(@Transpose int TransA, @Transpose int TransB, float alpha, Allocation A, method in class:ScriptIntrinsicBLAS
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicBLAS.java2930 * SGEMM performs one of the matrix-matrix operations
2943 public void SGEMM(@Transpose int TransA, @Transpose int TransB, float alpha, Allocation A, method in class:ScriptIntrinsicBLAS

Completed in 204 milliseconds