darknet  v3
Functions
upsample_layer.h File Reference
#include "darknet.h"
Include dependency graph for upsample_layer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

layer make_upsample_layer (int batch, int w, int h, int c, int stride)
 
void forward_upsample_layer (const layer l, network net)
 
void backward_upsample_layer (const layer l, network net)
 
void resize_upsample_layer (layer *l, int w, int h)
 

Function Documentation

◆ backward_upsample_layer()

void backward_upsample_layer ( const layer  l,
network  net 
)

Definition at line 78 of file upsample_layer.c.

◆ forward_upsample_layer()

void forward_upsample_layer ( const layer  l,
network  net 
)

Definition at line 68 of file upsample_layer.c.

◆ make_upsample_layer()

layer make_upsample_layer ( int  batch,
int  w,
int  h,
int  c,
int  stride 
)

Definition at line 7 of file upsample_layer.c.

◆ resize_upsample_layer()

void resize_upsample_layer ( layer l,
int  w,
int  h 
)

Definition at line 44 of file upsample_layer.c.