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

Functions

void backward_avgpool_layer (Darknet::Layer &l, Darknet::NetworkState state)
 
void backward_avgpool_layer_gpu (Darknet::Layer &l, Darknet::NetworkState state)
 
void forward_avgpool_layer (Darknet::Layer &l, Darknet::NetworkState state)
 
void forward_avgpool_layer_gpu (Darknet::Layer &l, Darknet::NetworkState state)
 
Darknet::Image get_avgpool_image (Darknet::Layer &l)
 
Darknet::Layer make_avgpool_layer (int batch, int w, int h, int c)
 
void resize_avgpool_layer (Darknet::Layer *l, int w, int h)
 

Function Documentation

◆ backward_avgpool_layer()

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

◆ backward_avgpool_layer_gpu()

void backward_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_avgpool_layer()

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

◆ forward_avgpool_layer_gpu()

void forward_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:

◆ get_avgpool_image()

Darknet::Image get_avgpool_image ( Darknet::Layer l)

◆ make_avgpool_layer()

Darknet::Layer make_avgpool_layer ( int  batch,
int  w,
int  h,
int  c 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ resize_avgpool_layer()

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