Searched refs:validateGEMV (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicBLAS.java275 static void validateGEMV(Element e, int TransA, Allocation A, Allocation X, int incX, Allocation Y, int incY) { method in class:ScriptIntrinsicBLAS
321 validateGEMV(Element.F32(mRS), TransA, A, X, incX, Y, incY);
343 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY);
365 validateGEMV(Element.F32_2(mRS), TransA, A, X, incX, Y, incY);
387 validateGEMV(Element.F64_2(mRS), TransA, A, X, incX, Y, incY);
419 validateGEMV(Element.F32(mRS), TransA, A, X, incX, Y, incY);
454 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY);
489 validateGEMV(Element.F32_2(mRS), TransA, A, X, incX, Y, incY);
524 validateGEMV(Element.F64_2(mRS), TransA, A, X, incX, Y, incY);
/frameworks/rs/cpp/
H A DScriptIntrinsicBLAS.cpp177 static void validateGEMV(RS* mRS, sp<const Element> e, RsBlasTranspose TransA, sp<Allocation> A, function
209 validateGEMV(mRS, Element::F32(mRS), TransA, A, X, incX, Y, incY);
220 validateGEMV(mRS, Element::F64(mRS), TransA, A, X, incX, Y, incY);
231 validateGEMV(mRS, Element::F32_2(mRS), TransA, A, X, incX, Y, incY);
242 validateGEMV(mRS, Element::F64_2(mRS), TransA, A, X, incX, Y, incY);
254 validateGEMV(mRS, Element::F32(mRS), TransA, A, X, incX, Y, incY);
270 validateGEMV(mRS, Element::F64(mRS), TransA, A, X, incX, Y, incY);
286 validateGEMV(mRS, Element::F32_2(mRS), TransA, A, X, incX, Y, incY);
302 validateGEMV(mRS, Element::F64_2(mRS), TransA, A, X, incX, Y, incY);
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicBLAS.java282 static void validateGEMV(Element e, int TransA, Allocation A, Allocation X, int incX, Allocation Y, int incY) { method in class:ScriptIntrinsicBLAS
328 validateGEMV(Element.F32(mRS), TransA, A, X, incX, Y, incY);
360 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY);
392 validateGEMV(Element.F32_2(mRS), TransA, A, X, incX, Y, incY);
424 validateGEMV(Element.F64_2(mRS), TransA, A, X, incX, Y, incY);
466 validateGEMV(Element.F32(mRS), TransA, A, X, incX, Y, incY);
511 validateGEMV(Element.F64(mRS), TransA, A, X, incX, Y, incY);
556 validateGEMV(Element.F32_2(mRS), TransA, A, X, incX, Y, incY);
601 validateGEMV(Element.F64_2(mRS), TransA, A, X, incX, Y, incY);

Completed in 287 milliseconds