AlexeyAB
2017-08-17 d3577a565de7d54950c8194e4ecc20b600e540d5
src/blas.h
@@ -4,6 +4,7 @@
void pm(int M, int N, float *A);
float *random_matrix(int rows, int cols);
void time_random_matrix(int TA, int TB, int m, int k, int n);
void reorg_cpu(float *x, int w, int h, int c, int batch, int stride, int forward, float *out);
void test_blas();