Typedefs | Functions
maxpool_layer.h File Reference
#include "image.h"
#include "cuda.h"
#include "layer.h"
#include "network.h"
Include dependency graph for maxpool_layer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef layer maxpool_layer

Functions

void backward_maxpool_layer (const maxpool_layer l, network_state state)
void forward_maxpool_layer (const maxpool_layer l, network_state state)
image get_maxpool_image (maxpool_layer l)
maxpool_layer make_maxpool_layer (int batch, int h, int w, int c, int size, int stride, int padding)
void resize_maxpool_layer (maxpool_layer *l, int w, int h)

Typedef Documentation

Definition at line 9 of file maxpool_layer.h.


Function Documentation

void backward_maxpool_layer ( const maxpool_layer  l,
network_state  state 
)

Definition at line 116 of file maxpool_layer.c.

void forward_maxpool_layer ( const maxpool_layer  l,
network_state  state 
)

Definition at line 79 of file maxpool_layer.c.

Definition at line 5 of file maxpool_layer.c.

maxpool_layer make_maxpool_layer ( int  batch,
int  h,
int  w,
int  c,
int  size,
int  stride,
int  padding 
)

Definition at line 21 of file maxpool_layer.c.

void resize_maxpool_layer ( maxpool_layer l,
int  w,
int  h 
)

Definition at line 54 of file maxpool_layer.c.



rail_object_detector
Author(s):
autogenerated on Sat Jun 8 2019 20:26:31