Exponent calculation
Parameters:
src | source array |
dst | destination array |
len | length of arrays |
// global functions int hal_ni_exp32f( const float* src, float* dst, int len ); int hal_ni_exp64f( const double* src, double* dst, int len );
Parameters:
src | source array |
dst | destination array |
len | length of arrays |
// global functions int hal_ni_exp32f( const float* src, float* dst, int len ); int hal_ni_exp64f( const double* src, double* dst, int len );