-
void amd_vrsa_cosf(int len, const float *src, float *dst)#
Computes cosine elementwise for float array.
- Parameters:
len – Number of elements.
src – Input array of length len.
dst – Output array of length len for cosines.
-
void amd_vrda_cos(int len, const double *src, double *dst)#
Computes cosine elementwise for double array.
- Parameters:
len – Number of elements.
src – Input array of length len.
dst – Output array of length len for cosines.