Some changes

This commit is contained in:
Joseph Redmon
2015-11-26 11:48:01 -08:00
parent b394337824
commit 0305fb4d99
14 changed files with 397 additions and 89 deletions

View File

@ -130,11 +130,12 @@ typedef struct {
float * x_gpu;
float * x_norm_gpu;
float * weights_gpu;
float * biases_gpu;
float * scales_gpu;
float * weight_updates_gpu;
float * biases_gpu;
float * bias_updates_gpu;
float * scales_gpu;
float * scale_updates_gpu;
float * output_gpu;