Home
last modified time | relevance | path

Searched defs:a_offset (Results 1 – 13 of 13) sorted by relevance

/aosp12/frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
H A DGoogLeNet.java218 int a_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.java41 private int a_offset; field in BNNMTest
H A DSGEMMTest.java41 private int a_offset; field in SGEMMTest
/aosp12/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicBLAS.cpp42 uint8_t a_offset = 0; member in android::renderscript::RsdCpuScriptIntrinsicBLAS
834 const uint8_t* a, uint8_t a_offset, size_t lda, in kernelBNNM()
/aosp12/frameworks/rs/
H A DrsDefines.h469 uint8_t a_offset; member
/aosp12/frameworks/rs/cpp/
H A DScriptIntrinsicBLAS.cpp162 RsAllocation A, int a_offset, RsAllocation B, int b_offset, in nScriptIntrinsicBLAS_BNNM()
1839 void ScriptIntrinsicBLAS::BNNM(const sp<Allocation>& A, int a_offset, const sp<Allocation>& B, int … 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 …mRS.nScriptIntrinsicBLAS_BNNM(getID(mRS), M, N, K, A.getID(mRS), a_offset, B.getID(mRS), b_offset,… 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/ ...