Home
last modified time | relevance | path

Searched defs:b_offset (Results 1 – 14 of 14) sorted by relevance

/aosp12/frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
H A 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
H A DBNNMTest.java42 private int b_offset; field in BNNMTest
H A DSGEMMTest.java42 private int b_offset; field in SGEMMTest
/aosp12/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicBLAS.cpp43 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 Drelative_patcher_arm64.cc290 uint32_t b_offset = patch_offset - literal_offset + pc_insn_offset; in PatchPcRelativeReference() local
/aosp12/frameworks/rs/
H A DrsDefines.h470 uint8_t b_offset; member
/aosp12/frameworks/rs/cpp/
H A DScriptIntrinsicBLAS.cpp162 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 DRenderScript.java982 … 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 DScriptIntrinsicBLAS.java4167 …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 DRenderScript.java1022 … 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 DScriptIntrinsicBLAS.java3293 …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 Dandroid_renderscript_RenderScript.cpp753 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 Dandroid_renderscript_RenderScript.cpp757 … 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 Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...