Home
last modified time | relevance | path

Searched refs:vectorYRef (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/rsblas/src/android/renderscript/cts/
DIntrinsicBLAS.java329 …Allocation vectorYRef = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32(mRS), mBLASData… in test_L2_SGEMV_Correctness() local
330 vectorYRef.copyFrom(mBLASData.L2_sGEMV_o_N); in test_L2_SGEMV_Correctness()
331 verifyMatrix(vectorYRef, vectorYS); in test_L2_SGEMV_Correctness()
339vectorYRef = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32(mRS), mBLASData.dN, 1)); in test_L2_SGEMV_Correctness()
340 vectorYRef.copyFrom(mBLASData.L2_sGEMV_o_T); in test_L2_SGEMV_Correctness()
341 verifyMatrix(vectorYRef, vectorXS); in test_L2_SGEMV_Correctness()
346 vectorYRef.copyFrom(mBLASData.L2_sGEMV_o_H); in test_L2_SGEMV_Correctness()
347 verifyMatrix(vectorYRef, vectorXS); in test_L2_SGEMV_Correctness()
361 vectorYRef = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32(mRS), dimY, 1)); in test_L2_SGEMV_Correctness()
362 vectorYRef.copyFrom(mBLASData.L2_sGEMV_o_N2); in test_L2_SGEMV_Correctness()
[all …]