mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Working?
This commit is contained in:
@ -13,6 +13,7 @@ typedef struct {
|
||||
image get_maxpool_image(maxpool_layer layer);
|
||||
maxpool_layer *make_maxpool_layer(int h, int w, int c, int stride);
|
||||
void forward_maxpool_layer(const maxpool_layer layer, double *in);
|
||||
void backward_maxpool_layer(const maxpool_layer layer, double *in, double *delta);
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user