Searched defs:sgemv (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/libopus/dnn/ |
H A D | vec.h | 110 static inline void sgemv(float *out, const float *weights, int rows, int cols, int col_stride, cons… in sgemv() function
|
H A D | vec_neon.h | 287 static inline void sgemv(float *out, const float *weights, int rows, int cols, int col_stride, cons… in sgemv() function
|
H A D | vec_avx.h | 672 static inline void sgemv(float *out, const float *weights, int rows, int cols, int col_stride, cons… in sgemv() function
|