Searched refs:validateGEMV (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/rsblas/src/android/renderscript/cts/ |
D | IntrinsicBLAS.java | 205 …private boolean validateGEMV(Element e, int TransA, Allocation A, Allocation X, int incX, Allocati… in validateGEMV() method in IntrinsicBLAS 249 if (validateGEMV(elemA, trans, matA, vecX, incX, vecY, incY)) { in xGEMV_API_test() 547 … if (validateGEMV(elemA, trans, matA, vecX, incX, vecY, incY) && KU >= 0 && KL >= 0) { in xGBMV_API_test()
|