23.11
|
Go to the source code of this file.
Namespaces | |
arm_gemm | |
Functions | |
template<typename T > | |
void | bias_adder (T *out, unsigned int stride, const T *bias, unsigned int rows, unsigned int cols) |
template<bool DoBias, typename T > | |
void | activator (T *out, unsigned int stride, const T *bias, Activation act, unsigned int rows, unsigned int cols) |