Home
last modified time | relevance | path

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

/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
325 validateGEMV(Element.F32(mRS), TransA, A, X, incX, Y, incY); in SGEMV()
347 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY); in DGEMV()
369 validateGEMV(Element.F32_2(mRS), TransA, A, X, incX, Y, incY); in CGEMV()
391 validateGEMV(Element.F64_2(mRS), TransA, A, X, incX, Y, incY); in ZGEMV()
423 validateGEMV(Element.F32(mRS), TransA, A, X, incX, Y, incY); in SGBMV()
458 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY); in DGBMV()
493 validateGEMV(Element.F32_2(mRS), TransA, A, X, incX, Y, incY); in CGBMV()
528 validateGEMV(Element.F64_2(mRS), TransA, A, X, incX, Y, incY); in ZGBMV()
/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
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()
/aosp12/frameworks/rs/support/java/src/androidx/renderscript/
H A DScriptIntrinsicBLAS.java286 …static void validateGEMV(Element e, int TransA, Allocation A, Allocation X, int incX, Allocation Y…
332 validateGEMV(Element.F32(mRS), TransA, A, X, incX, Y, incY); in SGEMV()
364 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY); in DGEMV()
396 validateGEMV(Element.F32_2(mRS), TransA, A, X, incX, Y, incY); in CGEMV()
428 validateGEMV(Element.F64_2(mRS), TransA, A, X, incX, Y, incY); in ZGEMV()
470 validateGEMV(Element.F32(mRS), TransA, A, X, incX, Y, incY); in SGBMV()
515 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY); in DGBMV()
560 validateGEMV(Element.F32_2(mRS), TransA, A, X, incX, Y, incY); in CGBMV()
605 validateGEMV(Element.F64_2(mRS), TransA, A, X, incX, Y, incY); in ZGBMV()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt50248 Landroid/renderscript/ScriptIntrinsicBLAS;->validateGEMV(Landroid/renderscript/Element;ILandroid/re…