Skip to content

Commit

Permalink
Compile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyAB committed Mar 11, 2020
1 parent 5e54523 commit 374c769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connected_layer.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ void statistics_connected_layer(layer l);
#ifdef GPU
void forward_connected_layer_gpu(connected_layer layer, network_state state);
void backward_connected_layer_gpu(connected_layer layer, network_state state);
void update_connected_layer_gpu(connected_layer layer, int batch, float learning_rate, float momentum, float decay);
void update_connected_layer_gpu(connected_layer layer, int batch, float learning_rate, float momentum, float decay, float loss_scale);
void push_connected_layer(connected_layer layer);
void pull_connected_layer(connected_layer layer);
#endif
Expand Down

0 comments on commit 374c769

Please sign in to comment.