Compute Library
 23.11
bias_adder.hpp File Reference

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)