[go: nahoru, domu]

Searched refs:SGEMM (Results 1 - 5 of 5) sorted by relevance

/frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
H A DSGEMMTest.java158 mBLAS.SGEMM(ScriptIntrinsicBLAS.NO_TRANSPOSE, ScriptIntrinsicBLAS.NO_TRANSPOSE,
213 mBLAS.SGEMM(ScriptIntrinsicBLAS.NO_TRANSPOSE, ScriptIntrinsicBLAS.NO_TRANSPOSE,
226 // neural network solving a computer vision problem, and runs it through SGEMM.
261 mBLAS.SGEMM(ScriptIntrinsicBLAS.NO_TRANSPOSE, ScriptIntrinsicBLAS.NO_TRANSPOSE,
273 mBLAS.SGEMM(ScriptIntrinsicBLAS.NO_TRANSPOSE, ScriptIntrinsicBLAS.NO_TRANSPOSE,
278 return "SGEMM Test: m=" + m + ", n=" + n + ", k=" + k;
/frameworks/rs/cpp/
H A DrsCppStructs.h3221 * SGEMM performs one of the matrix-matrix operations
3234 void SGEMM(RsBlasTranspose TransA, RsBlasTranspose TransB, float alpha, sp<Allocation> A,
H A DScriptIntrinsicBLAS.cpp1262 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/support/v8/renderscript/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 129 milliseconds