Searched refs:SGEMM (Results 1 – 8 of 8) sorted by relevance
/frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/ |
D | SGEMMTest.java | 158 mBLAS.SGEMM(ScriptIntrinsicBLAS.NO_TRANSPOSE, ScriptIntrinsicBLAS.NO_TRANSPOSE, in setTestSmall() 213 mBLAS.SGEMM(ScriptIntrinsicBLAS.NO_TRANSPOSE, ScriptIntrinsicBLAS.NO_TRANSPOSE, in setTestMedium() 261 mBLAS.SGEMM(ScriptIntrinsicBLAS.NO_TRANSPOSE, ScriptIntrinsicBLAS.NO_TRANSPOSE, in setTestLarge() 273 mBLAS.SGEMM(ScriptIntrinsicBLAS.NO_TRANSPOSE, ScriptIntrinsicBLAS.NO_TRANSPOSE, in runTest()
|
D | GoogLeNet.java | 212 mBLAS.SGEMM(ScriptIntrinsicBLAS.NO_TRANSPOSE, ScriptIntrinsicBLAS.NO_TRANSPOSE, in runTest()
|
/frameworks/rs/cpp/ |
D | rsCppStructs.h | 3234 void SGEMM(RsBlasTranspose TransA, RsBlasTranspose TransB, float alpha, const sp<Allocation>& A,
|
D | ScriptIntrinsicBLAS.cpp | 1270 void ScriptIntrinsicBLAS::SGEMM(RsBlasTranspose TransA, RsBlasTranspose TransB, float alpha, in SGEMM() function in ScriptIntrinsicBLAS
|
/frameworks/base/rs/java/android/renderscript/ |
D | ScriptIntrinsicBLAS.java | 2340 public void SGEMM(@Transpose int TransA, @Transpose int TransB, float alpha, Allocation A, in SGEMM() method in ScriptIntrinsicBLAS
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | ScriptIntrinsicBLAS.java | 2943 public void SGEMM(@Transpose int TransA, @Transpose int TransB, float alpha, Allocation A, in SGEMM() method in ScriptIntrinsicBLAS
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 40548 …method public void SGEMM(int, int, float, android.renderscript.Allocation, android.renderscript.Al…
|
/frameworks/base/api/ |
D | current.txt | 40692 …method public void SGEMM(int, int, float, android.renderscript.Allocation, android.renderscript.Al…
|