stuff for carlo

This commit is contained in:
Joseph Redmon
2016-06-06 15:48:52 -07:00
parent d790f21c9a
commit 8a767f1066
12 changed files with 1350 additions and 55 deletions

View File

@ -167,6 +167,8 @@ struct layer{
float *r_cpu;
float *h_cpu;
float *binary_input;
size_t workspace_size;
#ifdef GPU