Functions
maxpool_layer.c File Reference
#include "maxpool_layer.h"
#include "cuda.h"
#include <stdio.h>
Include dependency graph for maxpool_layer.c:

Go to the source code of this file.

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_delta (maxpool_layer l)
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)

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 13 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