D | ScriptIntrinsicBLAS.java | 275 …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()
|