Go to the source code of this file.
Classes | |
struct | nnet::dense_config |
Namespaces | |
nnet | |
Functions | |
template<class data_T , class res_T , typename CONFIG_T > | |
void | nnet::dense (data_T data[CONFIG_T::n_in], res_T res[CONFIG_T::n_out], typename CONFIG_T::weight_t weights[CONFIG_T::n_in *CONFIG_T::n_out], typename CONFIG_T::bias_t biases[CONFIG_T::n_out]) |