mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
good chance I didn't break anything
This commit is contained in:
@ -65,6 +65,7 @@ typedef struct network_state {
|
||||
} network_state;
|
||||
|
||||
#ifdef GPU
|
||||
float train_networks(network *nets, int n, data d);
|
||||
float train_network_datum_gpu(network net, float *x, float *y);
|
||||
float *network_predict_gpu(network net, float *input);
|
||||
float * get_network_output_gpu_layer(network net, int i);
|
||||
|
Reference in New Issue
Block a user