Darknet/YOLO v3.0-149-gb11c9d5
Object Detection Framework
 
Loading...
Searching...
No Matches
maxpool_layer.hpp File Reference
Include dependency graph for maxpool_layer.hpp:
This graph shows which files directly or indirectly include this file:

Functions

void backward_local_avgpool_layer (Darknet::Layer &l, Darknet::NetworkState state)
 
void backward_local_avgpool_layer_gpu (Darknet::Layer &l, Darknet::NetworkState state)
 
void backward_maxpool_layer (Darknet::Layer &l, Darknet::NetworkState state)
 
void backward_maxpool_layer_gpu (Darknet::Layer &l, Darknet::NetworkState state)
 
void cudnn_maxpool_setup (Darknet::Layer *l)
 
void forward_local_avgpool_layer (Darknet::Layer &l, Darknet::NetworkState state)
 
void forward_local_avgpool_layer_gpu (Darknet::Layer &l, Darknet::NetworkState state)
 
void forward_maxpool_layer (Darknet::Layer &l, Darknet::NetworkState state)
 
void forward_maxpool_layer_gpu (Darknet::Layer &l, Darknet::NetworkState state)
 
Darknet::Image get_maxpool_image (Darknet::Layer &l)
 
Darknet::Layer make_maxpool_layer (int batch, int h, int w, int c, int size, int stride_x, int stride_y, int padding, int maxpool_depth, int out_channels, int antialiasing, int avgpool, int train)
 
void resize_maxpool_layer (Darknet::Layer *l, int w, int h)
 

Function Documentation

◆ backward_local_avgpool_layer()

void backward_local_avgpool_layer ( Darknet::Layer l,
Darknet::NetworkState  state 
)
Here is the caller graph for this function:

◆ backward_local_avgpool_layer_gpu()

void backward_local_avgpool_layer_gpu ( Darknet::Layer l,
Darknet::NetworkState  state 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ backward_maxpool_layer()

void backward_maxpool_layer ( Darknet::Layer l,
Darknet::NetworkState  state 
)
Here is the caller graph for this function:

◆ backward_maxpool_layer_gpu()

void backward_maxpool_layer_gpu ( Darknet::Layer l,
Darknet::NetworkState  state 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ cudnn_maxpool_setup()

void cudnn_maxpool_setup ( Darknet::Layer l)
Here is the caller graph for this function:

◆ forward_local_avgpool_layer()

void forward_local_avgpool_layer ( Darknet::Layer l,
Darknet::NetworkState  state 
)
Here is the caller graph for this function:

◆ forward_local_avgpool_layer_gpu()

void forward_local_avgpool_layer_gpu ( Darknet::Layer l,
Darknet::NetworkState  state 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ forward_maxpool_layer()

void forward_maxpool_layer ( Darknet::Layer l,
Darknet::NetworkState  state 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ forward_maxpool_layer_gpu()

void forward_maxpool_layer_gpu ( Darknet::Layer l,
Darknet::NetworkState  state 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ get_maxpool_image()

Darknet::Image get_maxpool_image ( Darknet::Layer l)
Here is the call graph for this function:

◆ make_maxpool_layer()

Darknet::Layer make_maxpool_layer ( int  batch,
int  h,
int  w,
int  c,
int  size,
int  stride_x,
int  stride_y,
int  padding,
int  maxpool_depth,
int  out_channels,
int  antialiasing,
int  avgpool,
int  train 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ resize_maxpool_layer()

void resize_maxpool_layer ( Darknet::Layer l,
int  w,
int  h 
)
Here is the call graph for this function:
Here is the caller graph for this function: