H A D | ScriptIntrinsicBLAS.java | 279 …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()
|