/frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/ |
D | BNNMTest.java | 41 private int a_offset; field in BNNMTest 183 a_offset = 0; in setTestSmall() 234 mBLAS.BNNM(matA, a_offset, matB, b_offset, matC, c_offset, c_mult_int); in setTestSmall() 259 a_offset = 13; in setTestMedium() 305 mBLAS.BNNM(matA, a_offset, matB, b_offset, matC, c_offset, c_mult_int); in setTestMedium() 326 a_offset = 0; in setTestLarge() 354 mBLAS.BNNM(matA, a_offset, matB, b_offset, matC, c_offset, c_mult_int); in setTestLarge() 364 mBLAS.BNNM(matA, a_offset, matB, b_offset, matC, c_offset, c_mult_int); in runTest()
|
D | SGEMMTest.java | 41 private int a_offset; field in SGEMMTest 130 a_offset = 0; in setTestSmall() 136 }, a_offset); in setTestSmall() 175 a_offset = 13; in setTestMedium() 186 }, a_offset); in setTestMedium() 232 a_offset = 0; in setTestLarge() 245 float[] a_float = byteToFloat(a_byte, a_offset); in setTestLarge()
|
D | GoogLeNet.java | 218 int a_offset = 1; in runTest() local 225 … mBLAS.BNNM(matA.get(i), a_offset, matB.get(i), b_offset, matC.get(i), c_offset, c_mult_int); in runTest() local
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicBLAS.cpp | 42 uint8_t a_offset = 0; member in android::renderscript::RsdCpuScriptIntrinsicBLAS 50 const uint8_t* a, uint8_t a_offset, size_t lda, 819 (const uint8_t*)A, call->a_offset, lda, in invokeForEach() 834 const uint8_t* a, uint8_t a_offset, size_t lda, in kernelBNNM() argument 855 const int32_t a_as_int = (((int32_t)(a_as_byte)) - a_offset); in kernelBNNM() 888 m, n, k, a, -a_offset, lda, in kernelBNNM()
|
/frameworks/rs/ |
D | rsDefines.h | 469 uint8_t a_offset; member
|
/frameworks/rs/cpp/ |
D | ScriptIntrinsicBLAS.cpp | 162 RsAllocation A, int a_offset, RsAllocation B, int b_offset, in nScriptIntrinsicBLAS_BNNM() argument 170 call.a_offset = a_offset & 0xFF; in nScriptIntrinsicBLAS_BNNM() 1839 void ScriptIntrinsicBLAS::BNNM(const sp<Allocation>& A, int a_offset, const sp<Allocation>& B, int … in BNNM() argument 1843 if (a_offset < 0 || a_offset > 255) { in BNNM() 1854 nScriptIntrinsicBLAS_BNNM(mRS, mRS->getContext(), getID(), M, N, K, A->getID(), a_offset, in BNNM()
|
D | rsCppStructs.h | 3748 …void BNNM(const sp<Allocation>& A, int a_offset, const sp<Allocation>& B, int b_offset, const sp<A…
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | RenderScript.java | 977 … long A, int a_offset, long B, int b_offset, long C, int c_offset, in rsnScriptIntrinsicBLAS_BNNM() argument 980 … long A, int a_offset, long B, int b_offset, long C, int c_offset, in nScriptIntrinsicBLAS_BNNM() argument 983 …rsnScriptIntrinsicBLAS_BNNM(mContext, mIncCon, id, M, N, K, A, a_offset, B, b_offset, C, c_offset,… in nScriptIntrinsicBLAS_BNNM()
|
D | ScriptIntrinsicBLAS.java | 4163 …public void BNNM(Allocation A, int a_offset, Allocation B, int b_offset, Allocation C, int c_offse… in BNNM() argument 4166 if (a_offset < 0 || a_offset > 255) { in BNNM() 4186 …mRS.nScriptIntrinsicBLAS_BNNM(getID(mRS), M, N, K, aID, a_offset, bID, b_offset, cID, c_offset, c_… in BNNM() local
|
/frameworks/base/rs/java/android/renderscript/ |
D | RenderScript.java | 1028 … long A, int a_offset, long B, int b_offset, long C, int c_offset, in rsnScriptIntrinsicBLAS_BNNM() argument 1031 … long A, int a_offset, long B, int b_offset, long C, int c_offset, in nScriptIntrinsicBLAS_BNNM() argument 1034 …rsnScriptIntrinsicBLAS_BNNM(mContext, id, M, N, K, A, a_offset, B, b_offset, C, c_offset, c_mult_i… in nScriptIntrinsicBLAS_BNNM()
|
D | ScriptIntrinsicBLAS.java | 3289 …public void BNNM(Allocation A, int a_offset, Allocation B, int b_offset, Allocation C, int c_offse… in BNNM() argument 3292 if (a_offset < 0 || a_offset > 255) { in BNNM() 3304 …mRS.nScriptIntrinsicBLAS_BNNM(getID(mRS), M, N, K, A.getID(mRS), a_offset, B.getID(mRS), b_offset,… in BNNM() local
|
/frameworks/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 753 jlong A, jint a_offset, jlong B, jint b_offset, jlong C, jint c_offset, in nScriptIntrinsicBLAS_BNNM() argument 761 call.a_offset = a_offset & 0xFF; in nScriptIntrinsicBLAS_BNNM()
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 758 … jlong A, jint a_offset, jlong B, jint b_offset, jlong C, jint c_offset, in nScriptIntrinsicBLAS_BNNM() argument 766 call.a_offset = a_offset & 0xFF; in nScriptIntrinsicBLAS_BNNM()
|