Home
last modified time | relevance | path

Searched refs:NO_TRANSPOSE (Results 1 – 6 of 6) sorted by relevance

/frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
DSGEMMTest.java158 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()
DGoogLeNet.java212 mBLAS.SGEMM(ScriptIntrinsicBLAS.NO_TRANSPOSE, ScriptIntrinsicBLAS.NO_TRANSPOSE, in runTest()
/frameworks/base/rs/java/android/renderscript/
DScriptIntrinsicBLAS.java200 @IntDef({NO_TRANSPOSE, TRANSPOSE, CONJ_TRANSPOSE})
225 public static final int NO_TRANSPOSE = 111; field in ScriptIntrinsicBLAS
245 if (Trans != NO_TRANSPOSE && Trans != TRANSPOSE && in validateTranspose()
252 if (Trans != NO_TRANSPOSE && in validateConjTranspose()
292 if (TransA == NO_TRANSPOSE) { in validateGEMV()
2347 if (TransA != NO_TRANSPOSE) { in SGEMM()
2354 if (TransB != NO_TRANSPOSE) { in SGEMM()
2383 if (TransA != NO_TRANSPOSE) { in DGEMM()
2390 if (TransB != NO_TRANSPOSE) { in DGEMM()
2419 if (TransA != NO_TRANSPOSE) { in CGEMM()
[all …]
/frameworks/rs/support/java/src/androidx/renderscript/
DScriptIntrinsicBLAS.java207 @IntDef({NO_TRANSPOSE, TRANSPOSE, CONJ_TRANSPOSE})
232 public static final int NO_TRANSPOSE = 111;
252 if (Trans != NO_TRANSPOSE && Trans != TRANSPOSE &&
259 if (Trans != NO_TRANSPOSE &&
299 if (TransA == NO_TRANSPOSE) {
2950 if (TransA != NO_TRANSPOSE) { in SGEMM()
2957 if (TransB != NO_TRANSPOSE) { in SGEMM()
2996 if (TransA != NO_TRANSPOSE) { in DGEMM()
3003 if (TransB != NO_TRANSPOSE) { in DGEMM()
3042 if (TransA != NO_TRANSPOSE) { in CGEMM()
[all …]
/frameworks/base/non-updatable-api/
Dcurrent.txt40600 field public static final int NO_TRANSPOSE = 111; // 0x6f
/frameworks/base/api/
Dcurrent.txt40744 field public static final int NO_TRANSPOSE = 111; // 0x6f