mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Loading may or may not work. But probably.
This commit is contained in:
@ -8,7 +8,7 @@ typedef struct {
|
||||
image output;
|
||||
} maxpool_layer;
|
||||
|
||||
maxpool_layer make_maxpool_layer(int h, int w, int c, int stride);
|
||||
maxpool_layer *make_maxpool_layer(int h, int w, int c, int stride);
|
||||
void run_maxpool_layer(const image input, const maxpool_layer layer);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user