Searched refs:BNNM (Results 1 - 6 of 6) sorted by relevance

/frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
H A DBNNMTest.java144 android.util.Log.e("BNNM", "Mismatch at " + i +
158 android.util.Log.e("BNNM", "Some outputs were too different.");
162 android.util.Log.e("BNNM", "There were too many small differences." +
234 mBLAS.BNNM(matA, a_offset, matB, b_offset, matC, c_offset, c_mult_int);
305 mBLAS.BNNM(matA, a_offset, matB, b_offset, matC, c_offset, c_mult_int);
354 mBLAS.BNNM(matA, a_offset, matB, b_offset, matC, c_offset, c_mult_int);
364 mBLAS.BNNM(matA, a_offset, matB, b_offset, matC, c_offset, c_mult_int);
H A DGoogLeNet.java158 // BNNM uses U8 Element.
181 // Special case for BNNM tests.
225 mBLAS.BNNM(matA.get(i), a_offset, matB.get(i), b_offset, matC.get(i), c_offset, c_mult_int);
/frameworks/rs/cpp/
H A DrsCppStructs.h3748 void BNNM(const sp<Allocation>& A, int a_offset, const sp<Allocation>& B, int b_offset, const sp<Allocation>& C,
H A DScriptIntrinsicBLAS.cpp1839 void ScriptIntrinsicBLAS::BNNM(const sp<Allocation>& A, int a_offset, const sp<Allocation>& B, int b_offset, function in class:ScriptIntrinsicBLAS
1844 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Invalid a_offset passed to BNNM");
1847 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Invalid b_offset passed to BNNM");
/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicBLAS.java3289 public void BNNM(Allocation A, int a_offset, Allocation B, int b_offset, Allocation C, int c_offset, int c_mult) { method in class:ScriptIntrinsicBLAS
3293 throw new RSRuntimeException("Invalid a_offset passed to BNNM");
3296 throw new RSRuntimeException("Invalid b_offset passed to BNNM");
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicBLAS.java4163 public void BNNM(Allocation A, int a_offset, Allocation B, int b_offset, Allocation C, int c_offset, int c_mult) { method in class:ScriptIntrinsicBLAS
4167 throw new RSRuntimeException("Invalid a_offset passed to BNNM");
4170 throw new RSRuntimeException("Invalid b_offset passed to BNNM");

Completed in 750 milliseconds