Chromium Code Reviews| Index: src/mlp.h |
| diff --git a/src/mlp.h b/src/mlp.h |
| index 86c8e0617d0461797e6e104c1b06c20fb62a4f64..053b23bbe10b2277f1a94cd81f2b588c54ae6c72 100644 |
| --- a/src/mlp.h |
| +++ b/src/mlp.h |
| @@ -31,9 +31,9 @@ |
| #include "arch.h" |
| typedef struct { |
| - int layers; |
| - const int *topo; |
| - const float *weights; |
| + int layers; |
| + const int *topo; |
| + const float *weights; |
| } MLP; |
| void mlp_process(const MLP *m, const float *in, float *out); |