Home
last modified time | relevance | path

Searched refs:b_offset (Results 1 – 13 of 13) sorted by relevance

/frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
DBNNMTest.java42 private int b_offset; field in BNNMTest
195 b_offset = 12; in setTestSmall()
234 mBLAS.BNNM(matA, a_offset, matB, b_offset, matC, c_offset, c_mult_int); in setTestSmall()
272 b_offset = 23; in setTestMedium()
305 mBLAS.BNNM(matA, a_offset, matB, b_offset, matC, c_offset, c_mult_int); in setTestMedium()
327 b_offset = 84; 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()
DSGEMMTest.java42 private int b_offset; field in SGEMMTest
131 b_offset = 12; in setTestSmall()
143 }, b_offset); in setTestSmall()
176 b_offset = 23; in setTestMedium()
198 }, b_offset); in setTestMedium()
233 b_offset = 84; in setTestLarge()
246 float[] b_float = byteToFloat(b_byte, b_offset); in setTestLarge()
DGoogLeNet.java219 int b_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/
DrsCpuIntrinsicBLAS.cpp43 uint8_t b_offset = 0; member in android::renderscript::RsdCpuScriptIntrinsicBLAS
51 const uint8_t* b, uint8_t b_offset, size_t ldb,
820 (const uint8_t*)B, call->b_offset, ldb, in invokeForEach()
835 const uint8_t* b, uint8_t b_offset, size_t ldb, in kernelBNNM() argument
858 const int32_t b_as_int = (((int32_t)(b_as_byte)) - b_offset); in kernelBNNM()
889 b, -b_offset, ldb, c, c_offset, in kernelBNNM()
/frameworks/rs/
DrsDefines.h470 uint8_t b_offset; member
/frameworks/rs/cpp/
DScriptIntrinsicBLAS.cpp162 RsAllocation A, int a_offset, RsAllocation B, int b_offset, in nScriptIntrinsicBLAS_BNNM() argument
171 call.b_offset = b_offset & 0xFF; in nScriptIntrinsicBLAS_BNNM()
1839 …ptIntrinsicBLAS::BNNM(const sp<Allocation>& A, int a_offset, const sp<Allocation>& B, int b_offset, in BNNM() argument
1846 if (b_offset < 0 || b_offset > 255) { in BNNM()
1855 B->getID(), b_offset, C->getID(), c_offset, c_mult); in BNNM()
DrsCppStructs.h3748 …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/
DRenderScript.java977 … 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()
DScriptIntrinsicBLAS.java4163 …public void BNNM(Allocation A, int a_offset, Allocation B, int b_offset, Allocation C, int c_offse… in BNNM() argument
4169 if (b_offset < 0 || b_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/
DRenderScript.java1028 … 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()
DScriptIntrinsicBLAS.java3289 …public void BNNM(Allocation A, int a_offset, Allocation B, int b_offset, Allocation C, int c_offse… in BNNM() argument
3295 if (b_offset < 0 || b_offset > 255) { in BNNM()
3304 …sicBLAS_BNNM(getID(mRS), M, N, K, A.getID(mRS), a_offset, B.getID(mRS), b_offset, C.getID(mRS), c_… in BNNM() local
/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp753 jlong A, jint a_offset, jlong B, jint b_offset, jlong C, jint c_offset, in nScriptIntrinsicBLAS_BNNM() argument
762 call.b_offset = b_offset & 0xFF; in nScriptIntrinsicBLAS_BNNM()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp758 … jlong A, jint a_offset, jlong B, jint b_offset, jlong C, jint c_offset, in nScriptIntrinsicBLAS_BNNM() argument
767 call.b_offset = b_offset & 0xFF; in nScriptIntrinsicBLAS_BNNM()