mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Some changes
This commit is contained in:
@ -51,6 +51,7 @@ float * get_network_delta_gpu_layer(network net, int i);
|
||||
float *get_network_output_gpu(network net);
|
||||
void forward_network_gpu(network net, network_state state);
|
||||
void backward_network_gpu(network net, network_state state);
|
||||
void update_network_gpu(network net);
|
||||
#endif
|
||||
|
||||
float get_current_rate(network net);
|
||||
|
Reference in New Issue
Block a user