/frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/ |
D | BNNMTest.java | 234 mBLAS.BNNM(matA, a_offset, matB, b_offset, matC, c_offset, c_mult_int); in setTestSmall() 305 mBLAS.BNNM(matA, a_offset, matB, b_offset, matC, c_offset, c_mult_int); in setTestMedium() 354 mBLAS.BNNM(matA, a_offset, matB, b_offset, matC, c_offset, c_mult_int); in setTestLarge() 364 mBLAS.BNNM(matA, a_offset, matB, b_offset, matC, c_offset, c_mult_int); in runTest()
|
D | GoogLeNet.java | 225 … mBLAS.BNNM(matA.get(i), a_offset, matB.get(i), b_offset, matC.get(i), c_offset, c_mult_int); in runTest()
|
/frameworks/rs/cpp/ |
D | rsCppStructs.h | 3748 …void BNNM(const sp<Allocation>& A, int a_offset, const sp<Allocation>& B, int b_offset, const sp<A…
|
D | ScriptIntrinsicBLAS.cpp | 1839 void ScriptIntrinsicBLAS::BNNM(const sp<Allocation>& A, int a_offset, const sp<Allocation>& B, int … in BNNM() function in ScriptIntrinsicBLAS
|
/frameworks/base/rs/java/android/renderscript/ |
D | ScriptIntrinsicBLAS.java | 3289 …public void BNNM(Allocation A, int a_offset, Allocation B, int b_offset, Allocation C, int c_offse… in BNNM() method in ScriptIntrinsicBLAS
|
/frameworks/rs/support/java/src/android/support/v8/renderscript/ |
D | ScriptIntrinsicBLAS.java | 4163 …public void BNNM(Allocation A, int a_offset, Allocation B, int b_offset, Allocation C, int c_offse… in BNNM() method in ScriptIntrinsicBLAS
|
/frameworks/support/api/ |
D | 23.0.0.txt | 10627 …method public void BNNM(android.support.v8.renderscript.Allocation, int, android.support.v8.render…
|
D | 23.2.1.txt | 11546 …method public void BNNM(android.support.v8.renderscript.Allocation, int, android.support.v8.render…
|
D | 23.2.0.txt | 11544 …method public void BNNM(android.support.v8.renderscript.Allocation, int, android.support.v8.render…
|
D | 23.1.1.txt | 11015 …method public void BNNM(android.support.v8.renderscript.Allocation, int, android.support.v8.render…
|
D | 23.4.0.txt | 11562 …method public void BNNM(android.support.v8.renderscript.Allocation, int, android.support.v8.render…
|
D | 23.1.0.txt | 11046 …method public void BNNM(android.support.v8.renderscript.Allocation, int, android.support.v8.render…
|
D | 24.0.0.txt | 12362 …method public void BNNM(android.support.v8.renderscript.Allocation, int, android.support.v8.render…
|
D | 24.1.0.txt | 12372 …method public void BNNM(android.support.v8.renderscript.Allocation, int, android.support.v8.render…
|
/frameworks/base/api/ |
D | current.txt | 36216 …method public void BNNM(android.renderscript.Allocation, int, android.renderscript.Allocation, int…
|
D | system-current.txt | 39273 …method public void BNNM(android.renderscript.Allocation, int, android.renderscript.Allocation, int…
|