[math] Generic dense matrix implementation using BLAS calls for matrix-matrix multiplication if available
This commit is contained in:
@@ -9,6 +9,6 @@
|
||||
double sigmoid(double x);
|
||||
void sigmoid_vector(double *x, size_t n);
|
||||
void softmax_vector(double *x, size_t n);
|
||||
void softmax_matrix(matrix_t *matrix);
|
||||
void softmax_matrix(double_matrix_t *matrix);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user