Home
last modified time | relevance | path

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

/cts/tests/tests/rsblas/src/android/renderscript/cts/
DIntrinsicBLAS.java5446 …private boolean validateHEMM(Element e, int Side, int Uplo, Allocation A, Allocation B, Allocation… in validateHEMM() method in IntrinsicBLAS
5483 if (validateHEMM(elemA, Side, Uplo, matA, matB, matC)) { in xHEMM_API_test()