HomeSort by relevance Sort by last modified time
    Searched defs:transA (Results 1 - 2 of 2) sorted by null

  /frameworks/rs/
rsDefines.h 455 RsBlasTranspose transA;
  /cts/tests/tests/rsblas/src/android/renderscript/cts/
IntrinsicBLAS.java 205 private boolean validateGEMV(Element e, int TransA, Allocation A, Allocation X, int incX, Allocation Y, int incY) {
206 if (!validateTranspose(TransA)) {
224 if (TransA == ScriptIntrinsicBLAS.NO_TRANSPOSE) {
    [all...]

Completed in 134 milliseconds