Searched refs:CGEMM (Results 1 - 4 of 4) sorted by path

/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicBLAS.java2400 * CGEMM performs one of the matrix-matrix operations
2413 public void CGEMM(@Transpose int TransA, @Transpose int TransB, Float2 alpha, Allocation A, method in class:ScriptIntrinsicBLAS
/frameworks/rs/cpp/
H A DScriptIntrinsicBLAS.cpp1315 void ScriptIntrinsicBLAS::CGEMM(RsBlasTranspose TransA, RsBlasTranspose TransB, Float2 alpha, function in class:ScriptIntrinsicBLAS
H A DrsCppStructs.h3256 * CGEMM performs one of the matrix-matrix operations
3269 void CGEMM(RsBlasTranspose TransA, RsBlasTranspose TransB, Float2 alpha, const sp<Allocation>& A,
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicBLAS.java3023 * CGEMM performs one of the matrix-matrix operations
3036 public void CGEMM(@Transpose int TransA, @Transpose int TransB, Float2 alpha, Allocation A, method in class:ScriptIntrinsicBLAS

Completed in 3918 milliseconds