/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicBLAS.cpp | 47 uint8_t c_offset = 0; member in android::renderscript::RsdCpuScriptIntrinsicBLAS 672 uint8_t* c, int32_t c_offset, size_t ldc, in kernelBNNM()
|
/frameworks/rs/java/tests/RsBLAS_Benchmark/libsgemm/ |
D | test_data.cpp | 12 const int c_offset = 74980; variable
|
/frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/ |
D | BNNMTest.java | 43 private int c_offset; field in BNNMTest
|
/frameworks/rs/ |
D | rsDefines.h | 465 int32_t c_offset; member
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | RenderScript.java | 937 … long A, int a_offset, long B, int b_offset, long C, int c_offset, in rsnScriptIntrinsicBLAS_BNNM() 940 … long A, int a_offset, long B, int b_offset, long C, int c_offset, in nScriptIntrinsicBLAS_BNNM()
|
D | ScriptIntrinsicBLAS.java | 4163 …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/ |
D | RenderScript.java | 981 … long A, int a_offset, long B, int b_offset, long C, int c_offset, in rsnScriptIntrinsicBLAS_BNNM() 984 … long A, int a_offset, long B, int b_offset, long C, int c_offset, in nScriptIntrinsicBLAS_BNNM()
|
D | ScriptIntrinsicBLAS.java | 3289 …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/support/v8/renderscript/jni/ |
D | android_renderscript_RenderScript.cpp | 746 jlong A, jint a_offset, jlong B, jint b_offset, jlong C, jint c_offset, in nScriptIntrinsicBLAS_BNNM()
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 691 … jlong A, jint a_offset, jlong B, jint b_offset, jlong C, jint c_offset, in nScriptIntrinsicBLAS_BNNM()
|