Home
last modified time | relevance | path

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

/frameworks/base/rs/java/android/renderscript/
DScriptIntrinsicBLAS.java275 …static void validateGEMV(Element e, int TransA, Allocation A, Allocation X, int incX, Allocation Y… in validateGEMV() method in ScriptIntrinsicBLAS
321 validateGEMV(Element.F32(mRS), TransA, A, X, incX, Y, incY); in SGEMV()
343 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY); in DGEMV()
365 validateGEMV(Element.F32_2(mRS), TransA, A, X, incX, Y, incY); in CGEMV()
387 validateGEMV(Element.F64_2(mRS), TransA, A, X, incX, Y, incY); in ZGEMV()
419 validateGEMV(Element.F32(mRS), TransA, A, X, incX, Y, incY); in SGBMV()
454 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY); in DGBMV()
489 validateGEMV(Element.F32_2(mRS), TransA, A, X, incX, Y, incY); in CGBMV()
524 validateGEMV(Element.F64_2(mRS), TransA, A, X, incX, Y, incY); in ZGBMV()
/frameworks/rs/cpp/
DScriptIntrinsicBLAS.cpp183 static void validateGEMV(RS* mRS, const sp<const Element>& e, RsBlasTranspose TransA, const sp<Allo… in validateGEMV() function
215 validateGEMV(mRS, Element::F32(mRS), TransA, A, X, incX, Y, incY); in SGEMV()
226 validateGEMV(mRS, Element::F64(mRS), TransA, A, X, incX, Y, incY); in DGEMV()
237 validateGEMV(mRS, Element::F32_2(mRS), TransA, A, X, incX, Y, incY); in CGEMV()
248 validateGEMV(mRS, Element::F64_2(mRS), TransA, A, X, incX, Y, incY); in ZGEMV()
260 validateGEMV(mRS, Element::F32(mRS), TransA, A, X, incX, Y, incY); in SGBMV()
276 validateGEMV(mRS, Element::F64(mRS), TransA, A, X, incX, Y, incY); in DGBMV()
292 validateGEMV(mRS, Element::F32_2(mRS), TransA, A, X, incX, Y, incY); in CGBMV()
308 validateGEMV(mRS, Element::F64_2(mRS), TransA, A, X, incX, Y, incY); in ZGBMV()
/frameworks/rs/support/java/src/androidx/renderscript/
DScriptIntrinsicBLAS.java282 …static void validateGEMV(Element e, int TransA, Allocation A, Allocation X, int incX, Allocation Y…
328 validateGEMV(Element.F32(mRS), TransA, A, X, incX, Y, incY); in SGEMV()
360 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY); in DGEMV()
392 validateGEMV(Element.F32_2(mRS), TransA, A, X, incX, Y, incY); in CGEMV()
424 validateGEMV(Element.F64_2(mRS), TransA, A, X, incX, Y, incY); in ZGEMV()
466 validateGEMV(Element.F32(mRS), TransA, A, X, incX, Y, incY); in SGBMV()
511 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY); in DGBMV()
556 validateGEMV(Element.F32_2(mRS), TransA, A, X, incX, Y, incY); in CGBMV()
601 validateGEMV(Element.F64_2(mRS), TransA, A, X, incX, Y, incY); in ZGBMV()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt60837 Landroid/renderscript/ScriptIntrinsicBLAS;->validateGEMV(Landroid/renderscript/Element;ILandroid/re…