Home
last modified time | relevance | path

Searched defs:validateGEMV (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/rs/cpp/
H A DScriptIntrinsicBLAS.cpp183 static void validateGEMV(RS* mRS, const sp<const Element>& e, RsBlasTranspose TransA, const sp<Allo… in validateGEMV() function
/aosp12/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicBLAS.java279 …static void validateGEMV(Element e, int TransA, Allocation A, Allocation X, int incX, Allocation Y… in validateGEMV() method in ScriptIntrinsicBLAS