Home
last modified time | relevance | path

Searched defs:c_offset (Results 1 – 11 of 11) sorted by relevance

/frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
DGoogLeNet.java221 int c_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
DBNNMTest.java43 private int c_offset; field in BNNMTest
/frameworks/rs/cpu_ref/
DrsCpuIntrinsicBLAS.cpp44 uint8_t c_offset = 0; member in android::renderscript::RsdCpuScriptIntrinsicBLAS
836 uint8_t* c, int32_t c_offset, size_t ldc, in kernelBNNM()
/frameworks/rs/
DrsDefines.h471 int32_t c_offset; member
/frameworks/rs/cpp/
DScriptIntrinsicBLAS.cpp163 RsAllocation C, int c_offset, int c_mult_int) { in nScriptIntrinsicBLAS_BNNM()
1840 const sp<Allocation>& C, int c_offset, int c_mult) { in BNNM()
/frameworks/rs/support/java/src/android/support/v8/renderscript/
DRenderScript.java977 … long A, int a_offset, long B, int b_offset, long C, int c_offset, in rsnScriptIntrinsicBLAS_BNNM()
980 … long A, int a_offset, long B, int b_offset, long C, int c_offset, in nScriptIntrinsicBLAS_BNNM()
DScriptIntrinsicBLAS.java4163 …M(Allocation A, int a_offset, Allocation B, int b_offset, Allocation C, int c_offset, int c_mult) { in BNNM()
4186 …rinsicBLAS_BNNM(getID(mRS), M, N, K, aID, a_offset, bID, b_offset, cID, c_offset, c_mult, mUseIncS… in BNNM() local
/frameworks/base/rs/java/android/renderscript/
DRenderScript.java1015 … long A, int a_offset, long B, int b_offset, long C, int c_offset, in rsnScriptIntrinsicBLAS_BNNM()
1018 … long A, int a_offset, long B, int b_offset, long C, int c_offset, in nScriptIntrinsicBLAS_BNNM()
DScriptIntrinsicBLAS.java3289 …M(Allocation A, int a_offset, Allocation B, int b_offset, Allocation C, int c_offset, int c_mult) { in BNNM()
3304 …tID(mRS), M, N, K, A.getID(mRS), a_offset, B.getID(mRS), b_offset, C.getID(mRS), c_offset, c_mult); 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()
/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()