/aosp12/frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/ |
H A D | GoogLeNet.java | 219 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
|
H A D | BNNMTest.java | 42 private int b_offset; field in BNNMTest
|
H A D | SGEMMTest.java | 42 private int b_offset; field in SGEMMTest
|
/aosp12/frameworks/rs/cpu_ref/ |
H A D | rsCpuIntrinsicBLAS.cpp | 43 uint8_t b_offset = 0; member in android::renderscript::RsdCpuScriptIntrinsicBLAS 835 const uint8_t* b, uint8_t b_offset, size_t ldb, in kernelBNNM()
|
/aosp12/art/dex2oat/linker/arm64/ |
H A D | relative_patcher_arm64.cc | 290 uint32_t b_offset = patch_offset - literal_offset + pc_insn_offset; in PatchPcRelativeReference() local
|
/aosp12/frameworks/rs/ |
H A D | rsDefines.h | 470 uint8_t b_offset; member
|
/aosp12/frameworks/rs/cpp/ |
H A D | ScriptIntrinsicBLAS.cpp | 162 RsAllocation A, int a_offset, RsAllocation B, int b_offset, in nScriptIntrinsicBLAS_BNNM() 1839 …ptIntrinsicBLAS::BNNM(const sp<Allocation>& A, int a_offset, const sp<Allocation>& B, int b_offset, in BNNM()
|
/aosp12/frameworks/rs/support/java/src/androidx/renderscript/ |
H A D | RenderScript.java | 982 … long A, int a_offset, long B, int b_offset, long C, int c_offset, in rsnScriptIntrinsicBLAS_BNNM() 985 … long A, int a_offset, long B, int b_offset, long C, int c_offset, in nScriptIntrinsicBLAS_BNNM()
|
H A D | ScriptIntrinsicBLAS.java | 4167 …public void BNNM(Allocation A, int a_offset, Allocation B, int b_offset, Allocation C, int c_offse… in BNNM() 4190 …mRS.nScriptIntrinsicBLAS_BNNM(getID(mRS), M, N, K, aID, a_offset, bID, b_offset, cID, c_offset, c_… in BNNM() local
|
/aosp12/frameworks/base/rs/java/android/renderscript/ |
H A D | RenderScript.java | 1022 … long A, int a_offset, long B, int b_offset, long C, int c_offset, in rsnScriptIntrinsicBLAS_BNNM() 1025 … long A, int a_offset, long B, int b_offset, long C, int c_offset, in nScriptIntrinsicBLAS_BNNM()
|
H A D | ScriptIntrinsicBLAS.java | 3293 …public void BNNM(Allocation A, int a_offset, Allocation B, int b_offset, Allocation C, int c_offse… in BNNM() 3308 …sicBLAS_BNNM(getID(mRS), M, N, K, A.getID(mRS), a_offset, B.getID(mRS), b_offset, C.getID(mRS), c_… in BNNM() local
|
/aosp12/frameworks/rs/support/jni/ |
H A D | android_renderscript_RenderScript.cpp | 753 jlong A, jint a_offset, jlong B, jint b_offset, jlong C, jint c_offset, in nScriptIntrinsicBLAS_BNNM()
|
/aosp12/frameworks/base/rs/jni/ |
H A D | android_renderscript_RenderScript.cpp | 757 … jlong A, jint a_offset, jlong B, jint b_offset, jlong C, jint c_offset, in nScriptIntrinsicBLAS_BNNM()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |